Use stable/liberty branch for neutron dep

Change-Id: Ie9469a3b936eb1849f10a96a99d9c09fe39a8fc5
This commit is contained in:
Ihar Hrachyshka 2015-09-25 13:02:20 +02:00
parent fb2ed961fd
commit 62bdafdb68
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ elif [ -x "$ZUUL_CLONER" ]; then
cd "$cwd"
else
echo "PIP HARDCODE" > /tmp/tox_install.txt
pip install -U -egit+https://git.openstack.org/openstack/neutron#egg=neutron
pip install -U -egit+https://git.openstack.org/openstack/neutron@stable/liberty#egg=neutron
fi
pip install -U $*