Add some OpenStack networking-* projects to global-requirements 1/2
Now that we're publishing them to PyPI we can begin the work of reworking the plugin projects to depend on the PyPI versions instead of listing direct git url depends. To do that, we need them in global-requirements. Add networking-odl, networking-bagpipe, networking-bgpvpn, networking-sfc, networking-l2gw, neutron-lbaas, neutron-fwaas, neutron-vpnaas, neutron-dynamic-routing, and vmware-nsxlib. Add these only to global-requirements for now - that way tools/tox_install.sh continues to work. As next step we can migrate from tox_install.sh to requirements and then add the constraints. Change-Id: I9feeda89b87bd88636170fee25dc6d1c20208e37
This commit is contained in:
parent
e3a1b6c3ab
commit
479d010d2d
@ -12,6 +12,17 @@ pep8
|
||||
pyflakes
|
||||
pycodestyle
|
||||
pylint
|
||||
# Only temporarily
|
||||
neutron
|
||||
|
||||
# Temporarily until tools/tox_install.sh is updated everywhere
|
||||
horizon
|
||||
networking-bagpipe
|
||||
networking-bgpvpn
|
||||
networking-l2gw
|
||||
networking-odl
|
||||
networking-sfc
|
||||
neutron
|
||||
neutron-dynamic-routing
|
||||
neutron-fwaas
|
||||
neutron-lbaas
|
||||
neutron-vpnaas
|
||||
vmware-nsxlib
|
||||
|
@ -122,10 +122,19 @@ ndg-httpsclient>=0.4.2;python_version<'3.0' # BSD
|
||||
netaddr>=0.7.18 # BSD
|
||||
netifaces>=0.10.4 # MIT
|
||||
netmiko>=2.0.2 # MIT
|
||||
networking-bagpipe>=8.0.0 # Apache-2.0
|
||||
networking-bgpvpn>=8.0.0 # Apache-2.0
|
||||
networking-l2gw>=12.0.0 # Apache-2.0
|
||||
networking-odl>=12.0.0 # Apache-2.0
|
||||
networking-sfc>=6.0.0 # Apache-2.0
|
||||
# Pinned to 1.0 branch until projects update, see:
|
||||
# https://bugs.launchpad.net/openstack-requirements/+bug/1718576
|
||||
networkx>=1.10,<2.0 # BSD
|
||||
neutron-lib>=1.13.0 # Apache-2.0
|
||||
neutron-dynamic-routing>=12.0.0 # Apache-2.0
|
||||
neutron-fwaas>=12.0.0 # Apache-2.0
|
||||
neutron-lbaas>=12.0.0 # Apache-2.0
|
||||
neutron-vpnaas>=12.0.0 # Apache-2.0
|
||||
neutron>=12.0.0 # Apache-2.0
|
||||
notifier>=1.0.3 # Apache-2.0
|
||||
oauth2client>=1.5.0,!=4.0.0 # Apache-2.0
|
||||
@ -440,6 +449,7 @@ ujson>=1.35 # BSD
|
||||
unittest2>=1.1.0 # BSD
|
||||
virtualbmc>=1.0.0 # Apache-2.0
|
||||
virtualenv>=14.0.6 # MIT
|
||||
vmware-nsxlib>=11.0.0 # Apache-2.0
|
||||
wrapt>=1.7.0 # BSD License
|
||||
WebTest>=2.0.27 # MIT
|
||||
Werkzeug>=0.9 # BSD License
|
||||
|
Loading…
Reference in New Issue
Block a user