From feb066fc2c241c1b81ae7e843e3e6c2a1b5eb9c5 Mon Sep 17 00:00:00 2001 From: Kaiyan Sheng Date: Thu, 26 May 2016 17:28:13 -0600 Subject: [PATCH] [monasca-persister] Change tox to use https instead of git Change in tox_install to work around proxy settings Change-Id: If840b9aebc19aa7cdc3d95e9a8738f35c8b0a895 --- tools/tox_install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/tox_install.sh b/tools/tox_install.sh index 7d5326b4..0c66aa5f 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