Update UPPER_CONSTRAINTS_FILE for stable/ocata

Change-Id: I1f4adc6aa29386b1706b4e82c060029ad5d7de42
This commit is contained in:
OpenStack Release Bot 2017-02-17 16:08:43 +00:00
parent e67bb3b2f8
commit 1810099438
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ skipsdist = True
[testenv]
usedevelop = True
install_command =
{toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
{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}
whitelist_externals = find
setenv =
VIRTUAL_ENV={envdir}