Files
vmware-nsx/neutron/plugins/ml2/drivers/cisco
Rich Curran 60ead0309d ML2 Cisco Nexus MD: Create pre/post DB event handlers
Split ML2 cisco nexus event handers for update and delete
into precommit (called during DB transactions) and postcommit
(called after DB transactions) methods.

Also fixes some unit tests that were incorrectly accessing
context managers without using the "with" statement.

Closes-Bug: #1241098
Change-Id: I59b046342706230222c1be39d13a455ca5a884ea
2014-02-07 16:16:15 +00:00
..
2013-09-04 14:10:33 -04:00

Neutron ML2 Cisco Mechanism Drivers README

Cisco mechanism drivers implement the ML2 driver APIs for managing
Cisco devices.

Notes:
The initial version of the Cisco Nexus driver supports only the
VLAN network type on a single physical network.

Provider networks are not currently supported.

The Cisco Nexus mechanism driver's database may have duplicate entries also
found in the core ML2 database. Since the Cisco Nexus DB code is a port from
the plugins/cisco implementation this duplication will remain until the
plugins/cisco code is deprecated.


For more details on using Cisco Nexus switches under ML2 please refer to:
http://wiki.openstack.org/wiki/Neutron/ML2/MechCiscoNexus