Bump vagrant version to 2.2.1 71/73271/2
authorVictor Morales <victor.morales@intel.com>
Wed, 21 Nov 2018 09:48:06 +0000 (01:48 -0800)
committerVictor Morales <victor.morales@intel.com>
Wed, 21 Nov 2018 23:19:05 +0000 (23:19 +0000)
Change-Id: Ifddbb8b137acc40f7d0c719ff1b861e1ea5a6320
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: MULTICLOUD-387

vagrant/setup.sh

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