Neutron shared routines and utilities.
Go to file
Bence Romsics cb0d01db91 Remove ml2's accidental dependency on l3
The accidental dependency was never in effect since the neutron side of
the relevant changes was not merged yet.

I think I made a mistake in https://review.openstack.org/631515.
We added the 'router' extension as a dependency of the
'floatingip-autodelete-internal' extension. Which looks a perfectly
reasonable thing to do at first sight. However since the 'external-net'
extension was de-extensionalized and made part of the ml2 plugin, the
'floatingip-autodelete-internal' extension also had to be implemented by
the ml2 plugin. This complicated setup practically made the l3 plugin
a dependency of the ml2 plugin. (That's why unit tests started failing
in patch set #3 of the neutron change.) Which of course is non-sense.

So this change removes the dependency. The neutron side of this
change still degrades gracefully even without the explicit dependency
between the extensions, so I don't think we're losing anything by not
having that dependency.

Change-Id: I8825eaf4f46ea2639131e34f9b833af1de6ab1b4
Needed-By: https://review.openstack.org/624751
Partial-Bug: #1806032
Related-Change: https://review.openstack.org/631515
2019-02-25 11:08:56 +01:00
api-ref/source Merge "Add security-group as parameter to RBAC api" 2019-02-23 10:27:15 +00:00
doc doc neutron-lib current 2019-01-24 06:19:39 -07:00
neutron_lib Remove ml2's accidental dependency on l3 2019-02-25 11:08:56 +01:00
releasenotes Remove ml2's accidental dependency on l3 2019-02-25 11:08:56 +01:00
tools Remove tools/tox_install.sh 2018-03-07 20:31:12 +01:00
.coveragerc Improvements to tox envs 2015-12-19 01:00:22 -05:00
.gitignore Switch to stestr 2018-05-24 11:09:18 -07:00
.gitreview Added .gitreview 2015-11-19 19:54:39 +00:00
.mailmap Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
.stestr.conf Fix unit test failures due to switch to testr changes 2017-09-14 08:17:35 -07:00
.zuul.yaml add python 3.7 unit test job 2019-02-18 14:46:49 +08:00
CONTRIBUTING.rst Merge "Update links in CONTRIBUTING.rst" 2017-10-05 20:47:37 +00:00
HACKING.rst Update the documentation link for doc migration 2017-07-20 15:46:41 +00:00
LICENSE Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
README.rst Add release notes link to README 2018-06-20 19:29:43 +08:00
babel.cfg Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
lower-constraints.txt Merge "Add setproctitle support to the workers module" 2019-02-20 10:03:26 +00:00
requirements.txt Merge "Add setproctitle support to the workers module" 2019-02-20 10:03:26 +00:00
setup.cfg Change openstack-dev to openstack-discuss 2018-12-04 11:03:31 +08:00
setup.py Updated from global requirements 2017-03-02 11:49:11 +00:00
test-requirements.txt Add bandit to pep8 gate 2018-06-14 11:38:33 -04:00
tox.ini Update min tox version to 2.3.2 2018-11-09 00:54:46 +07:00

README.rst

Team and repository tags

image

neutron-lib

Neutron shared routines and utilities

Features

  • TODO