Open stable/pike branch

Change-Id: Idd28737311c30dc0443af52613e8fe2b85a43d4c
This commit is contained in:
James Page 2017-08-30 13:57:26 +01:00
parent e045b7c928
commit 9747c27413
2 changed files with 3 additions and 3 deletions

View File

@ -2,4 +2,4 @@
host=review.openstack.org
port=29418
project=openstack/nova-lxd.git
branch=stable/ocata
defaultbranch=stable/pike

View File

@ -5,7 +5,7 @@ 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?h=stable/pike} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
EVENTLET_NO_GREENDNS=yes
@ -14,7 +14,7 @@ setenv =
LC_ALL=en_US.utf-8
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
-egit+https://github.com/openstack/nova.git#egg=nova
-egit+https://github.com/openstack/nova.git@stable/pike#egg=nova
whitelist_externals =
bash
find