Prepare stable/stein

Change-Id: I2eb9ed47507c8f1b260045cf9bfb78a039eee2fb
This commit is contained in:
Dmitry Tantsur 2018-02-16 16:06:25 +01:00
parent 611b44863b
commit 2f23b09ba8
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/stein

View File

@ -1 +1 @@
git+https://git.openstack.org/openstack/ironic#egg=ironic
git+https://git.openstack.org/openstack/ironic@stable/stein#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://releases.openstack.org/constraints/upper/stein} {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
PYTHONDONTWRITEBYTECODE = 1
LANGUAGE=en_US