Bump vagrant version to 2.2.0 68/70668/1
authorVictor Morales <victor.morales@intel.com>
Wed, 17 Oct 2018 08:18:06 +0000 (01:18 -0700)
committerVictor Morales <victor.morales@intel.com>
Wed, 17 Oct 2018 08:18:38 +0000 (01:18 -0700)
Change-Id: I18e2c79a7f4dbbd6f02fef20c782660c579784ff
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: MULTICLOUD-301

vagrant/setup.sh

index 2dfae83..c8fe2e2 100755 (executable)
@@ -11,7 +11,7 @@
 set -o nounset
 set -o pipefail
 
-vagrant_version=2.1.5
+vagrant_version=2.2.0
 if ! $(vagrant version &>/dev/null); then
     enable_vagrant_install=true
 else