]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
ML2 Cisco Nexus MD - not overwriting existing config
authorAbishek Subramanian <absubram@cisco.com>
Tue, 28 Oct 2014 18:36:32 +0000 (14:36 -0400)
committerAbishek Subramanian <absubram@cisco.com>
Tue, 28 Oct 2014 19:16:16 +0000 (15:16 -0400)
commitdd28d84a956e6ed00eeb8097d4c0be0c88bc52ba
tree790fbaf98f812cb38357cfd919bc2afaef0a8bbd
parent280b9eacb7be2db2d9d2fd5cafad2814f07ac70c
ML2 Cisco Nexus MD - not overwriting existing config

The Cisco Nexus ML2 MD overwrites any existing switchport
VLAN config such as management VLANs that are preconfigured
in the compute node ToR interfaces.
This bug addresses that issue and ensures the config is not
wiped out.

Closes-Bug: 1330597

Change-Id: Ie2969e5750a179a4940d12db4c9ee6e1ec53b79b
neutron/plugins/ml2/drivers/cisco/nexus/nexus_network_driver.py
neutron/tests/unit/ml2/drivers/cisco/nexus/test_cisco_mech.py