Update UPPER_CONSTRAINTS_FILE for stable/ocata

Change-Id: I2f50b1c9e2a8ed1e53e29c6ef1420b3fec79c223
This commit is contained in:
OpenStack Release Bot 2017-02-03 19:10:44 +00:00
parent 3e9aacd3cc
commit 98733a6297
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/ocata} {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
OS_TEST_PATH=./nova/tests/unit
LANGUAGE=en_US