vagrant-openstack-cloud-provider
vagrant-openstack-cloud-provider copied to clipboard
vagrant ssh -c command fails with return code 0 when instance not created
If you attempt to issue an ssh command on a non-existing vm, an error message is displayed but the return code is 0.
The virtualbox provider behaves correctly as it prints an error message but the return code is 1 as expected.