CLOUDSTACK-1758: Update ssh key location for vmware Signed-off-by: Prasanna Santhanam <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6e63bb78 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6e63bb78 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6e63bb78 Branch: refs/heads/object_store Commit: 6e63bb78220a057bca329ee6a8779f0e4c476586 Parents: 2f659d6 Author: Girish Shilamkar <[email protected]> Authored: Wed Jun 19 12:10:09 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Wed Jun 19 12:15:10 2013 +0530 ---------------------------------------------------------------------- tools/marvin/marvin/integration/lib/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6e63bb78/tools/marvin/marvin/integration/lib/utils.py ---------------------------------------------------------------------- diff --git a/tools/marvin/marvin/integration/lib/utils.py b/tools/marvin/marvin/integration/lib/utils.py index 6892c41..839ec89 100644 --- a/tools/marvin/marvin/integration/lib/utils.py +++ b/tools/marvin/marvin/integration/lib/utils.py @@ -160,7 +160,7 @@ def get_process_status(hostip, port, username, password, linklocalip, process, h #SSH to the machine ssh = remoteSSHClient(hostip, port, username, password) if str(hypervisor).lower() == 'vmware': - ssh_command = "ssh -i /var/lib/cloud/management/.ssh/id_rsa -ostricthostkeychecking=no " + ssh_command = "ssh -i /var/cloudstack/management/.ssh/id_rsa -ostricthostkeychecking=no " else: ssh_command = "ssh -i ~/.ssh/id_rsa.cloud -ostricthostkeychecking=no "
