Fix gitreview and tox requirements to use stable/ocata

Change-Id: I128d94c731939b0d6b2ccdfd7095830f602ee687
This commit is contained in:
Andy McCrae 2017-02-09 13:46:01 +00:00
parent d8969d76a3
commit b4a7dd32aa
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_cloudkitty.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 =