[node-patches] Change in ovirt-node[node-2.6]: engine_page: adding note about setting password
dougsland at redhat.com
dougsland at redhat.com
Thu Mar 21 14:58:18 UTC 2013
Douglas Schilling Landgraf has uploaded a new change for review.
Change subject: engine_page: adding note about setting password
......................................................................
engine_page: adding note about setting password
Users should be warn that if they set password to be able to add
oVirt Node from oVirt Engine it will enable SSH daemon.
Change-Id: I221d48cfc663e80a1fc467867e35e3943f2b6cbe
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=746582
Signed-off-by: Douglas Schilling Landgraf <dougsland at redhat.com>
---
M scripts/tui/src/ovirt/node/setup/engine_page.py
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/53/13253/1
diff --git a/scripts/tui/src/ovirt/node/setup/engine_page.py b/scripts/tui/src/ovirt/node/setup/engine_page.py
index 6397560..699f60d 100644
--- a/scripts/tui/src/ovirt/node/setup/engine_page.py
+++ b/scripts/tui/src/ovirt/node/setup/engine_page.py
@@ -88,6 +88,8 @@
ui.Label("vdsm_cfg.password._label",
"Optional password for adding Node through oVirt " +
"Engine UI"),
+ ui.Label("vdsm_cfg.password._label2",
+ "Note: Setting password will enable SSH daemon"),
ui.PasswordEntry("vdsm_cfg.password", "Password:"),
ui.PasswordEntry("vdsm_cfg.password_confirmation",
"Confirm Password:"),
--
To view, visit http://gerrit.ovirt.org/13253
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I221d48cfc663e80a1fc467867e35e3943f2b6cbe
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: node-2.6
Gerrit-Owner: Douglas Schilling Landgraf <dougsland at redhat.com>
More information about the node-patches
mailing list