NTTLimitedRD / plumbery

Cloud automation at Dimension Data with Apache Libcloud
Apache License 2.0
14 stars 9 forks source link

[bug] non-existent ssh key breaks node finalisation #48

Open bernard357 opened 7 years ago

bernard357 commented 7 years ago

On ssh connection to node, plumbery currently loads local ssh key. This works well on Linux, but breaks on Windows. There is a need to check existence of the ssh key file so that valid arguments are provided to the connect() function.

bernard357 commented 7 years ago

This has been integrated into the new PyPi release of plumbery.

pip install plumbery --upgrade python -m plumbery -v

Last command should display 17.5.22, which is the label of the new version.