ml2_conf.ini needs comments describing mechanism_drivers
Bug #1199977 reported by
Andre Pech
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Medium
|
Andre Pech |
Bug Description
ml2_conf.ini needs comments describing mechanism_drivers similar to those describing type_drivers
Changed in neutron: | |
assignee: | nobody → Andre Pech (apech-o) |
Changed in neutron: | |
status: | New → In Progress |
Changed in neutron: | |
milestone: | none → havana-2 |
status: | Fix Committed → Fix Released |
Changed in neutron: | |
importance: | Undecided → Medium |
Changed in neutron: | |
milestone: | havana-2 → 2013.2 |
To post a comment you must log in.
Reviewed: https:/ /review. openstack. org/33201 github. com/openstack/ neutron/ commit/ 34798f3a1e3a910 eac553c4eb87e5f fedd74fac1
Committed: http://
Submitter: Jenkins
Branch: master
commit 34798f3a1e3a910 eac553c4eb87e5f fedd74fac1
Author: Andre Pech <email address hidden>
Date: Sun Jul 7 13:00:54 2013 -0700
Initial Modular L2 Mechanism Driver implementation.
Define the Mechanism Driver interface for create/ update/ delete
operations on networks and ports. For each of these event, the
Mechanism Driver provides one method that is called within the
database transaction of the ml2 plugin method, and one that is called
after the transaction is completed.
Support for mechanism drivers is still a work-in-progress, and the
interface is subject to change in future versions before the release
of Havana. However this initial version should be sufficient to enable
others to start defining their own mechanism drivers.
Change-Id: Ife30215589792e e27df9897d3b2bc 04392638266 drivers
Implements: blueprint ml2-mechanism-
Fixes: bug #1199977
Fixes: bug #1199978
DocImpact