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
This commit is contained in:
Ivar Lazzaro 2014-10-02 14:14:55 -07:00
parent 8ab2b5243b
commit d6c826c674
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -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