Prepare stable/rocky

Change-Id: Ie8f88830c5f488a3e93a4db225727005b95dd691
This commit is contained in:
Dmitry Tantsur 2019-03-25 11:35:22 +01:00
parent 6693ec2398
commit aa6bb72f7b
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/rocky

View File

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