Fix gitreview and tox requirements to use stable/ocata

Change-Id: I8caa75faf009e7b057dfec7e7bffff4ab181cb8b
This commit is contained in:
Andy McCrae 2017-02-09 13:43:22 +00:00
parent 3ea3a42249
commit 9b24aa2890
2 changed files with 2 additions and 1 deletions

View File

@ -2,3 +2,4 @@
host=review.openstack.org
port=29418
project=openstack/openstack-ansible-os_zaqar.git
defaultbranch=stable/ocata

View File

@ -7,7 +7,7 @@ envlist = docs,linters,functional
[testenv]
usedevelop = True
install_command =
pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata} {opts} {packages}
deps =
-r{toxinidir}/test-requirements.txt
commands =