Bump vagrant version to 2.2.2 73/74273/1
authorVictor Morales <victor.morales@intel.com>
Wed, 5 Dec 2018 08:27:20 +0000 (00:27 -0800)
committerVictor Morales <victor.morales@intel.com>
Wed, 5 Dec 2018 08:27:20 +0000 (00:27 -0800)
Change-Id: Ia94ce1ea3efa19952f8b9ef69fba0684b9c6b2bb
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: MULTICLOUD-301

vagrant/setup.sh

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