Pin ironic and constraints to stable/ocata

Use default upper constraints in tox as of stable/ocata,
and use stable/pike as default branch for git review.

Change-Id: I537a731df702273d0184b02fa7532eaff8a167ba
This commit is contained in:
Pavlo Shchelokovskyy 2017-08-31 09:08:31 +00:00
parent e4537236d2
commit dff9cdfc33
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -5,7 +5,7 @@ envlist = py35,py27,pep8
[testenv]
usedevelop = True
install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
install_command = pip install -U -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}
PYTHONDONTWRITEBYTECODE = 1
LANGUAGE=en_US