Merge "Fix wrong package install"

This commit is contained in:
Jenkins 2016-09-20 22:50:25 +00:00 committed by Gerrit Code Review
commit 1d84b81fa3
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ elif [ -x "$ZUUL_CLONER" ]; then
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/kuryr#egg=kuryr
pip install -U -egit+https://git.openstack.org/openstack/kuryr#egg=kuryr_lib
fi
pip install -U $* --process-dependency-links --allow-all-external