vagrant-openstack-cloud-provider icon indicating copy to clipboard operation
vagrant-openstack-cloud-provider copied to clipboard

vagrant ssh -c command fails with return code 0 when instance not created

Open godp1301 opened this issue 12 years ago • 0 comments

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.

godp1301 avatar Jun 19 '13 19:06 godp1301