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:
parent
be9f815458
commit
076a75f48f
@ -17,6 +17,3 @@ twiceredis>=2.0.0
|
|||||||
|
|
||||||
# agent deps
|
# agent deps
|
||||||
xenapi==1.2
|
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
|
|
||||||
|
@ -11,3 +11,6 @@ oslotest>=1.10.0 # Apache-2.0
|
|||||||
discover==0.4.0
|
discover==0.4.0
|
||||||
unittest2==1.0.1
|
unittest2==1.0.1
|
||||||
nose==1.3.7
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user