MCPcopy Create free account
hub / github.com/apache/cloudstack / _configure_ssh_credentials

Function _configure_ssh_credentials

tools/marvin/marvin/lib/utils.py:45–52  ·  view source on GitHub ↗
(hypervisor)

Source from the content-addressed store, hash-verified

43 FAILED)
44
45def _configure_ssh_credentials(hypervisor):
46 ssh_command = "ssh -q -i ~/.ssh/id_rsa.cloud -ostricthostkeychecking=no "
47
48 if (str(hypervisor).lower() == 'vmware'
49 or str(hypervisor).lower() == 'hyperv'):
50 ssh_command = "ssh -q -i ~cloud/.ssh/id_rsa -ostricthostkeychecking=no "
51
52 return ssh_command
53
54
55def _configure_timeout(hypervisor):

Callers 1

get_process_statusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected