[monasca-persister] Change tox to use https instead of git

Change in tox_install to work around proxy settings

Change-Id: If840b9aebc19aa7cdc3d95e9a8738f35c8b0a895
This commit is contained in:
Kaiyan Sheng 2016-05-26 17:28:13 -06:00
parent f45221f93e
commit feb066fc2c

View File

@ -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