mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Merge remote-tracking branch 'origin/4.18'
This commit is contained in:
commit
5975ea80c9
@ -47,7 +47,7 @@ def _configure_ssh_credentials(hypervisor):
|
|||||||
|
|
||||||
if (str(hypervisor).lower() == 'vmware'
|
if (str(hypervisor).lower() == 'vmware'
|
||||||
or str(hypervisor).lower() == 'hyperv'):
|
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
|
return ssh_command
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user