Bump vagrant version to 2.1.5 51/67051/1
authorVictor Morales <victor.morales@intel.com>
Mon, 17 Sep 2018 08:26:02 +0000 (01:26 -0700)
committerVictor Morales <victor.morales@intel.com>
Mon, 17 Sep 2018 08:26:25 +0000 (01:26 -0700)
Change-Id: Ib6375ea6e512afd5f1aac1267c753e50a1724a04
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: MULTICLOUD-301

vagrant/setup.sh

index 55c4a48..2c4ece6 100755 (executable)
@@ -11,7 +11,7 @@
 set -o nounset
 set -o pipefail
 
-vagrant_version=2.1.4
+vagrant_version=2.1.5
 if ! $(vagrant version &>/dev/null); then
     enable_vagrant_install=true
 else
@@ -153,8 +153,8 @@ esac
 if ! which pip; then
     curl -sL https://bootstrap.pypa.io/get-pip.py | sudo python
 fi
-sudo pip install --upgrade pip
-sudo pip install tox
+sudo -H pip install --upgrade pip
+sudo -H pip install tox
 
 ${INSTALLER_CMD} ${packages[@]}
 if [[ ${http_proxy+x} ]]; then