diff --git a/blacklist.txt b/blacklist.txt index 655752851c..3a7e9606a8 100644 --- a/blacklist.txt +++ b/blacklist.txt @@ -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 diff --git a/global-requirements.txt b/global-requirements.txt index 56119d6f82..6ca6686128 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -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