You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ed...@apache.org on 2013/06/20 03:17:47 UTC

[26/51] [abbrv] git commit: updated refs/heads/object_store to 9aec9c6

CLOUDSTACK-1758: Update ssh key location for vmware

Signed-off-by: Prasanna Santhanam <ts...@apache.org>


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 <gi...@clogeny.com>
Authored: Wed Jun 19 12:10:09 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
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 "