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

Use Vagrant to manage OpenStack Cloud instances.

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

I am using 0.13.0 version of `vagrant-openstack-provider` plugin, and Vagrant 2.2.9 I would like to increase the default size of the disk in the instance created by Vagrant. I tried...

It would be good enhancement to log out a machine ID after it was created, even while machine is still spawning. It might be useful for debugging on CI environments...

Fixes https://github.com/ggiamarchi/vagrant-openstack-provider/issues/302 Adds `ip_version` option (4 or 6) to define what IP should be used to ssh into the instance. Possible important change : it does not use the first...

Hej, Im trying to retrieve the floating_ip on the vagrant file code to do some things with it but unfortunately seems to be behaving a little bit weird.... i get...

When a stack creation take times, vagrant up ends with: ` ==> web: Waiting for Heat Stack to be created... execution expired ` Running vagrant up again leads to an...

When using the run_remote on a destroy trigger like the following, it fails to work since the state isn't running: node.trigger.before :destroy do |trigger| trigger.name = "Removing salt key" trigger.run_remote...

I am getting this every day: ``` 2019-07-03 19:17 | DEBUG | response => body : {"unauthorized": {"message": "This server could not verify that you are authorized to access the...

I tried to follow the instructions form https://github.com/ggiamarchi/vagrant-openstack-provider in order to convince vagrant to use an existing keypair but it seems impossible to find the magic combination of parameters, regardless...