[node-patches] Change in ovirt-node[master]: Don't use try to use "ssh" augeas type for kdump

rbarry at redhat.com rbarry at redhat.com
Mon Sep 8 14:55:02 UTC 2014


Ryan Barry has uploaded a new change for review.

Change subject: Don't use try to use "ssh" augeas type for kdump
......................................................................

Don't use try to use "ssh" augeas type for kdump

Augeas doesn't support 'ssh' as a directive yet. Keep using 'net'
for now

Change-Id: Ib54ccbaa0ae80863c8b5844989323d54d5eccf13
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1129184
Signed-off-by: Ryan Barry <rbarry at redhat.com>
---
M src/ovirt/node/config/defaults.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/48/32648/1

diff --git a/src/ovirt/node/config/defaults.py b/src/ovirt/node/config/defaults.py
index 9a2195d..b16a535 100644
--- a/src/ovirt/node/config/defaults.py
+++ b/src/ovirt/node/config/defaults.py
@@ -1171,7 +1171,7 @@
 
             def commit(self):
                 vals = {"default": "reboot",
-                        "ssh": ssh}
+                        "net": ssh}
 
                 _set_values(vals)
 


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib54ccbaa0ae80863c8b5844989323d54d5eccf13
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Ryan Barry <rbarry at redhat.com>



More information about the node-patches mailing list