]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Support for extensions in ML2
authorNader Lahouti <nlahouti@cisco.com>
Sat, 19 Apr 2014 23:01:05 +0000 (16:01 -0700)
committerNader Lahouti <nlahouti@cisco.com>
Sun, 31 Aug 2014 12:43:01 +0000 (05:43 -0700)
commitfeb3660344782107212c2da39afbe2e230f88cd4
tree19380e6921decbd06da199750dcd1a9b109eb728
parent2ae77d032936f33e85b9e65d8e207e5feab61d0c
Support for extensions in ML2

The current ML2 plugin supports only extensions defined in the plugin and it
does not support any extensions in the mechanism drivers. The changes in this
commit allows mechanism drivers to define new extensions.

Change-Id: I28da19fabf6de2e9f0d687f875aaaa24c8bbc4f0
Implements: blueprint extensions-in-ml2
etc/neutron/plugins/ml2/ml2_conf.ini
neutron/api/extensions.py
neutron/db/db_base_plugin_v2.py
neutron/plugins/ml2/config.py
neutron/plugins/ml2/driver_api.py
neutron/plugins/ml2/managers.py
neutron/plugins/ml2/plugin.py
neutron/tests/unit/ml2/extensions/__init__.py [new file with mode: 0644]
neutron/tests/unit/ml2/extensions/test_extension.py [new file with mode: 0644]
neutron/tests/unit/ml2/test_extension_driver_api.py [new file with mode: 0644]
setup.cfg