]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
ML2 Cisco Nexus MD: Support portchannel interfaces
authorRich Curran <rcurran@cisco.com>
Thu, 27 Mar 2014 19:34:08 +0000 (15:34 -0400)
committerRich Curran <rcurran@cisco.com>
Fri, 28 Mar 2014 14:14:00 +0000 (10:14 -0400)
commitaf75845b64b9f2ab12e4f49106055e3a64468cf0
tree1f7daea5c464673fe8326e02823a5a3c704c6ef6
parent8d384765352a0848edc0401949f7a13aa4d16654
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
etc/neutron/plugins/ml2/ml2_conf_cisco.ini
neutron/plugins/ml2/drivers/cisco/nexus/mech_cisco_nexus.py
neutron/plugins/ml2/drivers/cisco/nexus/nexus_db_v2.py
neutron/plugins/ml2/drivers/cisco/nexus/nexus_network_driver.py
neutron/plugins/ml2/drivers/cisco/nexus/nexus_snippets.py
neutron/tests/unit/ml2/drivers/cisco/nexus/test_cisco_mech.py
neutron/tests/unit/ml2/drivers/cisco/nexus/test_cisco_nexus.py
neutron/tests/unit/ml2/drivers/cisco/nexus/test_cisco_nexus_db.py