From c12f34d6f02f85f2afe6cf10a02218204022b553 Mon Sep 17 00:00:00 2001 From: Stephan Renatus Date: Wed, 7 Aug 2013 14:17:21 +0200 Subject: [PATCH] enable controlling multiple VMs in parallel e.g. `vagrant up /swift/ --provider=openstack --parallel` --- lib/vagrant-openstack-plugin/plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant-openstack-plugin/plugin.rb b/lib/vagrant-openstack-plugin/plugin.rb index eed6ea3..7087355 100644 --- a/lib/vagrant-openstack-plugin/plugin.rb +++ b/lib/vagrant-openstack-plugin/plugin.rb @@ -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