[node-patches] Change in ovirt-node[master]: Add ssh.port key into model dictionary

hadong0720 at gmail.com hadong0720 at gmail.com
Fri May 23 11:56:26 UTC 2014


hadong has uploaded a new change for review.

Change subject: Add ssh.port key into model dictionary
......................................................................

Add ssh.port key into model dictionary

Change-Id: Ia333b75919dfb9a2b022b6fd8f1727c0a1cc6574
Bug-Url:https://bugzilla.redhat.com/show_bug.cgi?id=1100760
Signed-off-by: hadong <hadong at redhat.com>
---
M src/ovirt/node/setup/core/security_page.py
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/58/28058/1

diff --git a/src/ovirt/node/setup/core/security_page.py b/src/ovirt/node/setup/core/security_page.py
index 26c5bab..5cd72d4 100644
--- a/src/ovirt/node/setup/core/security_page.py
+++ b/src/ovirt/node/setup/core/security_page.py
@@ -41,6 +41,7 @@
         self.logger.debug(cfg)
         model = {
             "ssh.pwauth": cfg["pwauth"] or False,
+            "ssh.port":   cfg["port"] or "22",
             "strongrng.disable_aesni": cfg["disable_aesni"] or False,
             "strongrng.num_bytes": cfg["num_bytes"] or "",
             "passwd.admin.password": "",


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

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