[node-patches] Change in ovirt-node[master]: installer: Hide all obsolete messages
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Tue Oct 2 08:55:55 UTC 2012
Fabian Deutsch has uploaded a new change for review.
Change subject: installer: Hide all obsolete messages
......................................................................
installer: Hide all obsolete messages
Previosuly some parts of informative messages were still visible after
choosing a simple passowrd durign an update. This patch also
removes/hides the last remaining line.
rhbz#861311
Change-Id: Ia59e6d97e9f57b3841bfe0b7674b0833328dd9e0
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M scripts/ovirtnode/ovirtfunctions.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/92/8292/1
diff --git a/scripts/ovirtnode/ovirtfunctions.py b/scripts/ovirtnode/ovirtfunctions.py
index 02e6235..3916be8 100644
--- a/scripts/ovirtnode/ovirtfunctions.py
+++ b/scripts/ovirtnode/ovirtfunctions.py
@@ -1217,7 +1217,7 @@
>>> (r, "Not Match" in msg)
(1, True)
'''
- num_o_lines_to_expand = 5
+ num_o_lines_to_expand = 6
accepted = False
message = ""
--
To view, visit http://gerrit.ovirt.org/8292
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia59e6d97e9f57b3841bfe0b7674b0833328dd9e0
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
More information about the node-patches
mailing list