def3e98df2
This commit adds portbinding extension support to the cisco nexus mechanism driver. Fixes bug: 1220878 Change-Id: I72003961b46190b82681b471f4f9cb5b11d3d068 |
||
---|---|---|
.. | ||
__init__.py | ||
config.py | ||
constants.py | ||
credentials_v2.py | ||
exceptions.py | ||
mech_cisco_nexus.py | ||
network_db_v2.py | ||
network_models_v2.py | ||
nexus_db_v2.py | ||
nexus_models_v2.py | ||
nexus_network_driver.py | ||
nexus_snippets.py | ||
README |
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