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

This change is to work around proxy settings by using https

Change-Id: I350656c03cf71c6c1dcad5b98c5bfff6694e451d
This commit is contained in:
Kaiyan Sheng 2016-05-26 17:32:47 -06:00
parent 59d4eadf3f
commit 7d756be916

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