From 7d756be9164e9f0c3757ab69dba5d4011aa0a5db Mon Sep 17 00:00:00 2001 From: Kaiyan Sheng Date: Thu, 26 May 2016 17:32:47 -0600 Subject: [PATCH] [monasca-common] Change tox to use https instead of git This change is to work around proxy settings by using https Change-Id: I350656c03cf71c6c1dcad5b98c5bfff6694e451d --- tools/tox_install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/tox_install.sh b/tools/tox_install.sh index ef29205f..dbd01fc8 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