mooli tayer has uploaded a new change for review.

Change subject: tool: cleanup old enum names in comments left over from 34046.
......................................................................

tool: cleanup old enum names in comments left over from 34046.

I forget about them in one of the rebases:
http://gerrit.ovirt.org/#/c/34046/2..4/lib/vdsm/tool/configurators/__init__.py,cm
(They where actually replaced in a later commit)

Good thing nsoffer is always vigilant, thanks!

Change-Id: I9d230ff64cdcda72d9287a4ff27ab0ffc0edb47b
Signed-off-by: Mooli Tayer <[email protected]>
---
M lib/vdsm/tool/configurators/__init__.py
1 file changed, 6 insertions(+), 6 deletions(-)


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

diff --git a/lib/vdsm/tool/configurators/__init__.py 
b/lib/vdsm/tool/configurators/__init__.py
index 18f6370..fbe5ed7 100644
--- a/lib/vdsm/tool/configurators/__init__.py
+++ b/lib/vdsm/tool/configurators/__init__.py
@@ -32,11 +32,11 @@
 
 # Declare state of configuration
 #
-# CONFIGURED     = Module configured.
+# YES     = Module configured.
 #
-# NOT_CONFIGURED = Module not configured before.
+# NO = Module not configured before.
 #
-# NOT_SURE       = Module configured before,
+# MAYBE          = Module configured before,
 #                  configuration validity could not be determined.
 #
 # See also --force at configurators.py.
@@ -101,11 +101,11 @@
 
         see possible values above.
 
-        Note: returning NOT_CONFIGURED will cause vdsm to abort during
+        Note: returning NO will cause vdsm to abort during
         initialization.
 
-        Note: after configure isconfigured should return NOT_SURE or
-        CONFIGURED.
+        Note: after configure isconfigured should return MAYBE or
+        YES.
 
         May be overridden by subclass.
         """


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9d230ff64cdcda72d9287a4ff27ab0ffc0edb47b
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: mooli tayer <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to