Change in vdsm[master]: configNetwork: fix configurator class typo

asegurap at redhat.com asegurap at redhat.com
Wed Jan 22 18:57:49 UTC 2014


Antoni Segura Puimedon has uploaded a new change for review.

Change subject: configNetwork: fix configurator class typo
......................................................................

configNetwork: fix configurator class typo

Change-Id: I89b628310d2d7136a6c8e276c6ef2ac0df3d3692
Signed-off-by: Antoni S. Puimedon <asegurap at redhat.com>
---
M vdsm/configNetwork.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/02/23602/1

diff --git a/vdsm/configNetwork.py b/vdsm/configNetwork.py
index 2be811c..3b28b12 100755
--- a/vdsm/configNetwork.py
+++ b/vdsm/configNetwork.py
@@ -53,7 +53,7 @@
         return Iproute2
     else:
         if configurator != 'ifcfg':
-            logging.warn('Invalid config for network configruator: %s. '
+            logging.warn('Invalid config for network configurator: %s. '
                          'Use ifcfg instead.', configurator)
         from netconf.ifcfg import Ifcfg
         return Ifcfg


-- 
To view, visit http://gerrit.ovirt.org/23602
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I89b628310d2d7136a6c8e276c6ef2ac0df3d3692
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Antoni Segura Puimedon <asegurap at redhat.com>


More information about the vdsm-patches mailing list