ggiamarchi / vagrant-openstack-provider

Use Vagrant to manage OpenStack Cloud instances.
MIT License
245 stars 102 forks source link

How to launch multiple nodes in parallel as supported by vagrant AWS plugin #351

Closed shubhamrajvanshi closed 6 years ago

ggiamarchi commented 6 years ago

This feature had been implemented 4 months ago but it was not published in a release. It's done now. Available in release 0.12.0. Update the plugin in your environment and it will be available using the standard option vagrant up --parallel.

See #339

shubhamrajvanshi commented 6 years ago

Thanks for the info will give it a try.

shubhamrajvanshi commented 6 years ago

Thanks, I was able to verify it and deploy in parallel. It saved me 1 hour after your change.

ggiamarchi commented 6 years ago

Glad to hear that 👌