[node-patches] Change in ovirt-node[master]: setup: Hide ssh port entry
fabiand at redhat.com
fabiand at redhat.com
Mon Aug 11 12:48:06 UTC 2014
Fabian Deutsch has uploaded a new change for review.
Change subject: setup: Hide ssh port entry
......................................................................
setup: Hide ssh port entry
The ssh port needs to be hidden until Engine supports it.
Change-Id: I4e54ef5969e9815ff5129025c125f10166d27d93
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M src/ovirt/node/setup/core/security_page.py
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/31/31331/1
diff --git a/src/ovirt/node/setup/core/security_page.py b/src/ovirt/node/setup/core/security_page.py
index b198789..c0bee0b 100644
--- a/src/ovirt/node/setup/core/security_page.py
+++ b/src/ovirt/node/setup/core/security_page.py
@@ -62,7 +62,8 @@
ws = [ui.Header("header[0]", _("Remote Access")),
ui.Checkbox("ssh.pwauth",
_("Enable SSH password authentication")),
- ui.Entry("ssh.port", _("SSH Daemon Port:")),
+# Hide ssh port until https://bugzilla.redhat.com/show_bug.cgi?id=1085907 lands
+# ui.Entry("ssh.port", _("SSH Daemon Port:")),
ui.Header("header[1]", _("Strong Random Number Generator")),
ui.Checkbox("strongrng.disable_aesni", _("Disable AES-NI")),
ui.Entry("strongrng.num_bytes", _("Bytes Used:")),
--
To view, visit http://gerrit.ovirt.org/31331
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4e54ef5969e9815ff5129025c125f10166d27d93
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at redhat.com>
More information about the node-patches
mailing list