mirror of https://github.com/apache/cloudstack.git
marvin: fix smoke test failures if mgmt server is Ubuntu (#7583)
This commit is contained in:
parent
83dca2bf51
commit
f3ad9e6743
|
|
@ -47,7 +47,7 @@ def _configure_ssh_credentials(hypervisor):
|
|||
|
||||
if (str(hypervisor).lower() == 'vmware'
|
||||
or str(hypervisor).lower() == 'hyperv'):
|
||||
ssh_command = "ssh -i /var/cloudstack/management/.ssh/id_rsa -ostricthostkeychecking=no "
|
||||
ssh_command = "ssh -i ~cloud/.ssh/id_rsa -ostricthostkeychecking=no "
|
||||
|
||||
return ssh_command
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue