Skip to content

Commit

Permalink
enable controlling multiple VMs in parallel
Browse files Browse the repository at this point in the history
e.g. `vagrant up /swift/ --provider=openstack --parallel`
  • Loading branch information
Stephan Renatus committed Aug 7, 2013
1 parent 97e0703 commit c12f34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant-openstack-plugin/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Plugin < Vagrant.plugin("2")
Config
end

provider(:openstack) do
provider(:openstack, parallel: true) do
# Setup some things
OpenStack.init_i18n
OpenStack.init_logging
Expand Down

0 comments on commit c12f34d

Please sign in to comment.