From 2b622863f117aa5795bcec9ca6658b68b842409a Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Mon, 14 Aug 2017 05:39:21 +0000 Subject: [PATCH] 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 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 27ebd9a..2fc23b1 100644 --- a/tox.ini +++ b/tox.ini @@ -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