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

Use Vagrant to manage OpenStack Cloud instances.

Results 5 vagrant-openstack-cloud-provider issues
Sort by recently updated
recently updated
newest added

When an instance fails to become ACTIVE within 120 seconds, the plugin fails with a custom error message. It would be good if the user could provide arguments to instruct...

``` An error occurred while executing the action on the 'test.example.org' [exec] machine. Please handle this error then try again: [exec] [exec] While creating the server, it transitioned to an...

``` vagrant plugin install vagrant-openstack-*.gem Installing the 'vagrant-openstack-1.0.0.gem' plugin. This can take a few minutes... The plugin(s) can't be installed due to the version conflicts below. This means that the...

Getting the following error when I try to run vagrant up: ``` Could not find service network. Have compute, ec2, identity, image, s3, volume /Users/---/.vagrant.d/gems/gems/fog-1.15.0/lib/fog/openstack.rb:145:in `authenticate_v2' /Users/---/.vagrant.d/gems/gems/fog-1.15.0/lib/fog/openstack/network.rb:279:in `authenticate' /Users/---/.vagrant.d/gems/gems/fog-1.15.0/lib/fog/openstack/network.rb:210:in `initialize'...

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...