Update UPPER_CONSTRAINTS_FILE for stable/ocata

Change-Id: Ia90f0eb140a318e1678a709a38dac1d1253b3072
This commit is contained in:
OpenStack Release Bot 2017-01-31 18:25:53 +00:00 committed by Tony Breeds
parent edcfa1784f
commit af79c6d8f4
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@ whitelist_externals = find
bash
passenv = ZUUL_CACHE_DIR
REQUIREMENTS_PIP_LOCATION
install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata} {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
BRANCH_NAME=master
BRANCH_NAME=stable/ocata
CLIENT_NAME=python-novaclient
deps = -r{toxinidir}/test-requirements.txt