Update UPPER_CONSTRAINTS_FILE for stable/ocata

Change-Id: I816a865c4f603dfdb4f59b879bc5b2d0ad0f3cbc
This commit is contained in:
OpenStack Release Bot 2017-02-02 21:21:20 +00:00 committed by Rob Cresswell
parent 5be91039ce
commit be7e90fdf7
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ minversion = 2.3.2
skipsdist = True
[testenv]
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}
INTEGRATION_TESTS=0