neutron-lib/releasenotes/notes/rehome-ml2-mechdriver-cc86d3a2fe4c2822.yaml
Boden R 0328e63fb3 rehome ml2 MechanismDriver class
The ML2 MechanismDriver from neutron is pluggable and
widely used by sub-projects [1]. This patch proposes we
rehome the class into neutron-lib to break this dependency.
UTs and a release note are also included.

[1] http://codesearch.openstack.org/?q=MechanismDriver

Change-Id: Ia1459103a96e293a05f04b1db16c53673eb2e37c
2017-03-02 13:01:38 -07:00

5 lines
149 B
YAML

---
features:
- The ML2 ``MechanismDriver`` class from ``neutron.plugins.ml2.driver_api``
is now available in ``neutron_lib.plugins.ml2.api``.