vmware-nsx/neutron/plugins/ml2/drivers/cisco
Rich Curran 6925bd7e00 ML2 Cisco Nexus mech driver portbinding support
This commit adds portbinding extension support to
the cisco nexus mechanism driver.

Fixes bug: 1220878

Change-Id: I72003961b46190b82681b471f4f9cb5b11d3d068
2013-09-28 12:54:53 -04:00
..
__init__.py ML2 Mechanism Driver for Cisco Nexus 2013-09-04 14:10:33 -04:00
config.py ML2 Cisco Nexus mech driver portbinding support 2013-09-28 12:54:53 -04:00
constants.py ML2 Mechanism Driver for Cisco Nexus 2013-09-04 14:10:33 -04:00
credentials_v2.py ML2 Mechanism Driver for Cisco Nexus 2013-09-04 14:10:33 -04:00
exceptions.py Port Cisco nexus and network db UT to ML2 mech driver UT 2013-09-20 17:13:35 -04:00
mech_cisco_nexus.py ML2 Cisco Nexus mech driver portbinding support 2013-09-28 12:54:53 -04:00
network_db_v2.py ML2 Mechanism Driver for Cisco Nexus 2013-09-04 14:10:33 -04:00
network_models_v2.py ML2 Mechanism Driver for Cisco Nexus 2013-09-04 14:10:33 -04:00
nexus_db_v2.py ML2 Mechanism Driver for Cisco Nexus 2013-09-04 14:10:33 -04:00
nexus_models_v2.py ML2 Mechanism Driver for Cisco Nexus 2013-09-04 14:10:33 -04:00
nexus_network_driver.py ML2 Mechanism Driver for Cisco Nexus 2013-09-04 14:10:33 -04:00
nexus_snippets.py ML2 Mechanism Driver for Cisco Nexus 2013-09-04 14:10:33 -04:00
README ML2 Mechanism Driver for Cisco Nexus 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