neutron/neutron/plugins/ml2/drivers/cisco/nexus
Rich Curran af75845b64 ML2 Cisco Nexus MD: Support portchannel interfaces
Port of port-channel interface support that was implemented for the cisco
core plugin - https://review.openstack.org/#/c/42037

Note that additional port-channel UT already existed. (Created during
initial cisco core nexus subplugin -> ml2 cisco nexus md port.)
See test_cisco_nexus.py module, NEXUS_PORTCHANNELS references.

Closes-Bug: 1294900
Change-Id: Ifc64f605e5783ee1e85d66c87f422f64b47fa996
2014-03-28 10:14:00 -04:00
..
README Prepare for multiple cisco ML2 mech drivers 2014-02-07 11:37:01 -05:00
__init__.py Prepare for multiple cisco ML2 mech drivers 2014-02-07 11:37:01 -05:00
config.py Prepare for multiple cisco ML2 mech drivers 2014-02-07 11:37:01 -05:00
constants.py Prepare for multiple cisco ML2 mech drivers 2014-02-07 11:37:01 -05:00
credentials_v2.py Prepare for multiple cisco ML2 mech drivers 2014-02-07 11:37:01 -05:00
exceptions.py Prepare for multiple cisco ML2 mech drivers 2014-02-07 11:37:01 -05:00
mech_cisco_nexus.py ML2 Cisco Nexus MD: Support portchannel interfaces 2014-03-28 10:14:00 -04:00
network_db_v2.py Prepare for multiple cisco ML2 mech drivers 2014-02-07 11:37:01 -05:00
network_models_v2.py Prepare for multiple cisco ML2 mech drivers 2014-02-07 11:37:01 -05:00
nexus_db_v2.py ML2 Cisco Nexus MD: Support portchannel interfaces 2014-03-28 10:14:00 -04:00
nexus_models_v2.py Prepare for multiple cisco ML2 mech drivers 2014-02-07 11:37:01 -05:00
nexus_network_driver.py ML2 Cisco Nexus MD: Support portchannel interfaces 2014-03-28 10:14:00 -04:00
nexus_snippets.py ML2 Cisco Nexus MD: Support portchannel interfaces 2014-03-28 10:14:00 -04:00

README

Neutron ML2 Cisco Nexus Mechanism Driver README


Notes:

The initial version of this driver supports only a single physical
network.

For provider networks, extended configuration options are not
currently supported.

This 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