Move neutron to requirements.txt

Since neutron is now in global-requirements, we can remove the
installation from tools/tox_install.sh.

Change-Id: Ibc8b634c9686ecad32f8b9d84194de9c8cb3a659
This commit is contained in:
Andreas Jaeger 2018-03-14 20:52:43 +01:00
parent 9a79ae4bd3
commit f442147675
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ pyzmq>=14.3.1 # LGPL+BSD
ryu>=4.14 # Apache-2.0
SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
alembic>=0.8.10 # MIT
neutron>=12.0.0 # Apache-2.0
neutron-lib>=1.13.0 # Apache-2.0
oslo.config>=5.1.0 # Apache-2.0
oslo.db>=4.27.0 # Apache-2.0

View File

@ -2,6 +2,7 @@
# Many of neutron's repos suffer from the problem of depending on neutron,
# but it not existing on pypi.
# Note: neutron now does exist, others not yet.
# This wrapper for tox's package installer will use the existing package
# if it exists, else use zuul-cloner if that program exists, else grab it
@ -15,7 +16,6 @@
set -ex
DIR=$(dirname $0)
${DIR}/tox_install_project.sh neutron neutron $*
${DIR}/tox_install_project.sh networking-sfc networking_sfc $*
CONSTRAINTS_FILE=$1
shift