[node-patches] Change in ovirt-node[master]: progress_page: shown wrong title for "SetPassword" transacti...

hadong0720 at gmail.com hadong0720 at gmail.com
Mon Jun 17 10:06:37 UTC 2013


hadong has uploaded a new change for review.

Change subject: progress_page: shown wrong title for "SetPassword" transaction
......................................................................

progress_page: shown wrong title for "SetPassword" transaction

Previously "SetPassword" transaction shown "Setting Root Password"
title, but actually it should display "Setting Admin Password".
Now it shown correctly.

Change-Id: I9b54505e9fc6d8bb4aba7b55167d4fbc0eb280c2
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=974981
Signed-off-by: hadong <hadong0720 at gmail.com>
---
M src/ovirt/node/installer/core/progress_page.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/88/15788/1

diff --git a/src/ovirt/node/installer/core/progress_page.py b/src/ovirt/node/installer/core/progress_page.py
index 84bd3ef..cf07e37 100644
--- a/src/ovirt/node/installer/core/progress_page.py
+++ b/src/ovirt/node/installer/core/progress_page.py
@@ -232,7 +232,7 @@
                 raise RuntimeError("Failed to partition/format")
 
     class SetPassword(utils.Transaction.Element):
-        title = "Setting Root Password"
+        title = "Setting Admin Password"
 
         def __init__(self, root_password):
             super(InstallerThread.SetPassword, self).__init__()


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9b54505e9fc6d8bb4aba7b55167d4fbc0eb280c2
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