Bump vagrant version from 2.1.2 to 2.1.4 75/64075/1
authorVictor Morales <victor.morales@intel.com>
Fri, 31 Aug 2018 14:07:53 +0000 (07:07 -0700)
committerVictor Morales <victor.morales@intel.com>
Fri, 31 Aug 2018 14:11:06 +0000 (07:11 -0700)
Change-Id: Ie97897afdfca43d45a6c7055e34edee5e8ea3ce4
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: MULTICLOUD-301

vagrant/setup.sh

index d4927da..55c4a48 100755 (executable)
@@ -11,7 +11,7 @@
 set -o nounset
 set -o pipefail
 
-vagrant_version=2.1.2
+vagrant_version=2.1.4
 if ! $(vagrant version &>/dev/null); then
     enable_vagrant_install=true
 else