aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2018-09-17 01:26:02 -0700
committerVictor Morales <victor.morales@intel.com>2018-09-17 01:26:25 -0700
commita2900c4ecc53e6132e6dd8353ebd312aa400b862 (patch)
treed782ca5f999b9eda909b4e1fa66cd3d9dd175263
parentacfc52396351261756b6d319d7578f2277f2d272 (diff)
Bump vagrant version to 2.1.5
Change-Id: Ib6375ea6e512afd5f1aac1267c753e50a1724a04 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
-rwxr-xr-xvagrant/setup.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/vagrant/setup.sh b/vagrant/setup.sh
index 55c4a487..2c4ece68 100755
--- a/vagrant/setup.sh
+++ b/vagrant/setup.sh
@@ -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