Update constraints to use stable/ocata

Also use stable/ocata branch for nova dependency.

Change-Id: I681b704da55648523d63b6e64b7cbf166958201a
This commit is contained in:
James Page 2017-02-23 10:52:53 -05:00
parent 1f8ebf3c49
commit f9522ee51b
1 changed files with 2 additions and 2 deletions

View File

@ -7,14 +7,14 @@ skipsdist = True
[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}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?stable/ocata} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
EVENTLET_NO_GREENDNS=yes
PYTHONDONTWRITEBYTECODE=1
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
-egit+https://github.com/openstack/nova#egg=nova
-egit+https://github.com/openstack/nova.git@stable/ocata#egg=nova
commands = ostestr {posargs}
[testenv:py27]