Update UPPER_CONSTRAINTS_FILE for stable/pike

Change-Id: Ifc857a8ea6708846a32666538fd3da4a55bcda25
This commit is contained in:
OpenStack Release Bot 2017-08-11 12:29:22 +00:00
parent de4da6c3dc
commit 46faa02f66
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ whitelist_externals = bash
find
rm
env
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/pike} {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
OS_TEST_PATH=./nova/tests/unit
LANGUAGE=en_US