vagrant-openstack-provider
vagrant-openstack-provider copied to clipboard
Use Vagrant to manage OpenStack Cloud instances.
The approach of constructing URLs via string concatenation is brittle and breaks with projects implementing the openstack API but advertising URLs with trailing slash. In that case URLs contains two...
Here is a proposal for implementing Issue #318 Basically it adds a new special value to winrm.password, so that if you define config.winrm.password = :dynamic the password needed to connect...
When trying to create x2 compute instances in different regions with 'vagrant up' using the Vagrant file below, the second instances fails with error 'No matching network with id or...
Is there a way to force the ip 4 address? Vagrant keeps trying to use the v6 address because it's listed first and that address is not reachable for some...
Using the `vagrant openstack floatingip-list` command, I can see floating IPs used by my tenant. But it shows all floating IPs, and it shows the instances using each IP by...
vagrant: v1.9.1 vagrant-openstack-provider: v0.9.0 When configuring `os.floating_ip_pool`, vagrant-openstack-provder correctly allocates a new floating ip if it is provided with the pool's id. However, even with `os.floating_ip_pool_always_allocate = false`, it does...
Hello I have this problem, still not sure if it's something related this plugin or not but with digitalocean the same vagrantfile is working fine. I have a problem when...
When creating (and provisioning) more than one VM with the command: ``` vagrant up --provider=openstack machine1 machine2 ``` Vagrant crashes if the process of creating and provisioning "machine1" takes longer...
I create two VMs in one Vagrantfile. 'vagrant up' works perfectly fine but when i want to delete those VMs via 'vagrant destroy' i get an error message telling me...
``` ruby os.stacks = [{ name: 'mystack', template: '/path/to/my/template.yml', parameters: { router_id: '1234' } }] ```