From d6c826c674ffeef038d6be1d77860d97c2747421 Mon Sep 17 00:00:00 2001 From: Ivar Lazzaro Date: Thu, 2 Oct 2014 14:14:55 -0700 Subject: [PATCH] Neutron requirement overrides entry points Group based policy's dependency on neutron causes problems when Neutron is installed by devstack (or manually) before GBP. More specifically, the GBP installation causes Neutron's entry points to be overridden. The proposal is to move the requirement to test requirements. Change-Id: Ia45f093859c1fb4004af2c7d601d784576cdd2d5 Closes-Bug: #1376918 --- requirements.txt | 1 - test-requirements.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 04f5963aa..2683dd48e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,3 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -gbptestneutron>=0.9.0 diff --git a/test-requirements.txt b/test-requirements.txt index aeb00bacb..6bf3f8977 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,6 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. +gbptestneutron>=0.9.0 hacking>=0.9.2,<0.10 cliff>=1.6.0