]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Cisco plugin should check for switch - vlan bindings
authorArvind Somya <asomya@cisco.com>
Mon, 30 Sep 2013 17:56:59 +0000 (13:56 -0400)
committerArvind Somya <asomya@cisco.com>
Tue, 1 Oct 2013 14:00:22 +0000 (10:00 -0400)
commit7da3d24f8ad0a5cb03c6e310a3f0d176a8476423
tree387c3aa8b06ca5d458c63c475b93fc5c820cb4a0
parentb94a60252851736b21dfba50563b24e42a9bc45a
Cisco plugin should check for switch - vlan bindings

This commit fixes the issue where the Cisco plugin tries to create a
vlan twice on a switch if the first create is not bound to a port.
Also fixes an issue where the plugin tried to untrunk vlans from
a port for SVI interfaces.

Change-Id: Ifb13eb65d667367cffe120e1761d34f09b6d356d
Fixes: Bug #1233300
neutron/plugins/cisco/nexus/cisco_nexus_plugin_v2.py
neutron/tests/unit/cisco/test_nexus_plugin.py