Pin to stable/pike until stable/pike is cut

neutron-fwaas-dashboard adopts cycle-with-intermediary in Pike
so we still use the master branch for Pike development.
requirements and horizon repositories are now open for Queens.
We need to pin them to stable/pike for a while.

This patch should be reverted once stable/pike branch is cut.

Change-Id: I59e3ea94d4e5e4cf72ab26c6366d41b66bfbeb99
This commit is contained in:
Akihiro Motoki 2017-08-14 05:39:21 +00:00
parent d1e5dd423c
commit 2b622863f1
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@ skipsdist = True
[testenv]
usedevelop = True
install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/pike} {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
BRANCH_NAME=master
BRANCH_NAME=stable/pike
CLIENT_NAME=neutron-fwaas-dashboard
NOSE_WITH_OPENSTACK=1
NOSE_OPENSTACK_COLOR=1