Hello Sandro Bonazzola,
I'd like you to do a code review. Please visit
http://gerrit.ovirt.org/13458
to review the following change.
Change subject: Fixing format_ssh_command
......................................................................
Fixing format_ssh_command
format_ssh_command failed setting the Identity file
causing an error like no such file or directory.
Change-Id: Ic401993a4ebbcfa99335673e70fc0ae6d191b279
Bug-Url: https://bugzilla.redhat.com/904719
Signed-off-by: Sandro Bonazzola <[email protected]>
---
M src/__main__.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-iso-uploader
refs/changes/58/13458/1
diff --git a/src/__main__.py b/src/__main__.py
index 872aecb..748ad1d 100644
--- a/src/__main__.py
+++ b/src/__main__.py
@@ -584,7 +584,7 @@
if "ssh_port" in self.configuration:
cmd += port_flag + " %(ssh_port)s " % self.configuration
if "key_file" in self.configuration:
- cmd += "-i %s " % self.configuration
+ cmd += "-i %(key_file)s " % self.configuration
return cmd
def format_nfs_command(self, address, export, dir):
--
To view, visit http://gerrit.ovirt.org/13458
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic401993a4ebbcfa99335673e70fc0ae6d191b279
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-iso-uploader
Gerrit-Branch: ovirt-iso-uploader-3.2
Gerrit-Owner: Kiril Nesenko <[email protected]>
Gerrit-Reviewer: Sandro Bonazzola <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches