Move neutron to requirements
Move neutron to requirements.txt Since neutron is now in global-requirements, we can remove the installation from tools/tox_install.sh. Change-Id: I3d5aa6d61d1601358f6972a606c5a0a6fb5c2dd0
This commit is contained in:
parent
1a7368c13f
commit
8b06741ad7
@ -27,3 +27,4 @@ oslo.vmware>=2.17.0 # Apache-2.0
|
||||
PrettyTable<0.8,>=0.7.1 # BSD
|
||||
tooz>=1.58.0 # Apache-2.0
|
||||
decorator>=3.4.0 # BSD
|
||||
neutron>=12.0.0 # Apache-2.0
|
||||
|
@ -3,7 +3,6 @@
|
||||
set -e
|
||||
|
||||
DIR=$(dirname $0)
|
||||
${DIR}/tox_install_project.sh neutron neutron $*
|
||||
${DIR}/tox_install_project.sh networking-l2gw networking_l2gw $*
|
||||
${DIR}/tox_install_project.sh networking-sfc networking_sfc $*
|
||||
${DIR}/tox_install_project.sh neutron-lbaas neutron_lbaas $*
|
||||
|
Loading…
Reference in New Issue
Block a user