Move Neutron Install Req to Test-Req

Move requirement for neutron to test-requirements as this is for
tox testing.  PIP installations are failing due to this.

Change-Id: I54f218ec6d522296def62522d416518534659109
This commit is contained in:
Brian Stajkowski 2016-07-26 15:22:57 -07:00
parent be9f815458
commit 076a75f48f
2 changed files with 3 additions and 3 deletions

View File

@ -17,6 +17,3 @@ twiceredis>=2.0.0
# agent deps
xenapi==1.2
# Pulls latest neutron, but it should be pinned in packaged deploys
http://tarballs.openstack.org/neutron/neutron-master.tar.gz#egg=neutron

View File

@ -11,3 +11,6 @@ oslotest>=1.10.0 # Apache-2.0
discover==0.4.0
unittest2==1.0.1
nose==1.3.7
# Pulls latest neutron, but it should be pinned in packaged deploys
http://tarballs.openstack.org/neutron/neutron-master.tar.gz#egg=neutron