From 0602f6848a984f39ca6a42235dda6fbe78a8e693 Mon Sep 17 00:00:00 2001 From: Kaiyan Sheng Date: Thu, 26 May 2016 13:51:40 -0600 Subject: [PATCH] [monasca-api] Change tox to use https instead of git Change in tox_install to work around proxy settings Change-Id: I90f4a989bca7f0ee6ad001c94878e192b4dbcafe --- tools/tox_install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/tox_install.sh b/tools/tox_install.sh index 79e822709..c01b0c8c7 100755 --- a/tools/tox_install.sh +++ b/tools/tox_install.sh @@ -11,6 +11,8 @@ requirements_installed=$(echo "import openstack_requirements" | python 2>/dev/nu set -e +git config --global url.https://git.openstack.org/.insteadOf git://git.openstack.org/ + CONSTRAINTS_FILE=$1 shift