[node-patches] Change in ovirt-node[master]: cim_model.py: Miss titles for class "ConfigureCIM" and SetCI...
hadong0720 at gmail.com
hadong0720 at gmail.com
Fri Jun 7 07:35:21 UTC 2013
hadong has uploaded a new change for review.
Change subject: cim_model.py: Miss titles for class "ConfigureCIM" and SetCIMPassword
......................................................................
cim_model.py: Miss titles for class "ConfigureCIM"
and SetCIMPassword
Previously these classes "ConfigureCIM" and "SetCIMPassword"
were missed titles
Now fixed them.
Change-Id: I9660f02ef76f6a44c8c8868a2e5b1abb6f42aaeb
Signed-off-by: hadong <hadong0720 at gmail.com>
---
M src/ovirt/node/setup/cim/cim_model.py
1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/32/15432/1
diff --git a/src/ovirt/node/setup/cim/cim_model.py b/src/ovirt/node/setup/cim/cim_model.py
index 72453b0..52b11b1 100644
--- a/src/ovirt/node/setup/cim/cim_model.py
+++ b/src/ovirt/node/setup/cim/cim_model.py
@@ -59,6 +59,8 @@
tx = utils.Transaction("Configuring CIM")
class ConfigureCIM(utils.Transaction.Element):
+ title = "Setting CIM Enabling/Disabling"
+
def commit(self):
action = "restart" if enabled else "stop"
try:
@@ -69,6 +71,8 @@
raise TransactionError("CIM configuration failed")
class SetCIMPassword(utils.Transaction.Element):
+ title = "Setting CIM password"
+
def commit(self):
create_cim_user()
--
To view, visit http://gerrit.ovirt.org/15432
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9660f02ef76f6a44c8c8868a2e5b1abb6f42aaeb
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: hadong <hadong0720 at gmail.com>
More information about the node-patches
mailing list