[node-patches] Change in ovirt-node[master]: tui: Fix kdump SSH location example

fabiand at fedoraproject.org fabiand at fedoraproject.org
Wed Sep 19 12:49:58 UTC 2012


Fabian Deutsch has uploaded a new change for review.

Change subject: tui: Fix kdump SSH location example
......................................................................

tui: Fix kdump SSH location example

Provide a more complete example for the ssh location (including the
previosuly missing path behind the colon).

rhbz#858258

Change-Id: I1489deaf3db9fb53f3ce2d51fd08859b7c8c4a03
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M scripts/ovirt-config-setup.py
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/55/8055/1

diff --git a/scripts/ovirt-config-setup.py b/scripts/ovirt-config-setup.py
index c9e6e67..d6b38f3 100755
--- a/scripts/ovirt-config-setup.py
+++ b/scripts/ovirt-config-setup.py
@@ -1386,8 +1386,8 @@
         self.kdump_nfs_config.setCallback(self.kdump_valid_nfs_callback)
         elements.setField(self.kdump_nfs_config, 0, 5, anchorLeft=1)
         elements.setField(Label(" "), 0, 6, anchorLeft=1)
-        elements.setField(Label("SSH Location (root at example.redhat.com)"), 0,
-                          7, anchorLeft=1)
+        elements.setField(Label("SSH Location (root at example.redhat.com" +
+                                ":/var/crash)"), 0, 7, anchorLeft=1)
         self.kdump_ssh_config = Entry(30, "")
         self.kdump_ssh_config.setCallback(self.kdump_valid_ssh_callback)
         elements.setField(self.kdump_ssh_config, 0, 8, anchorLeft=1,


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

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