Prepare stable/queens

Change-Id: I49d309621f7f96be8b1d226cffb7bcf2f0764f5c
This commit is contained in:
Dmitry Tantsur 2018-02-16 16:06:25 +01:00
parent de59d74109
commit 46bbfe7f17
3 changed files with 3 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
git+git://git.openstack.org/openstack/ironic#egg=ironic
git+git://git.openstack.org/openstack/ironic@stable/queens#egg=ironic

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/queens} {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
PYTHONDONTWRITEBYTECODE = 1
LANGUAGE=en_US