]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix for failing network operations in Cisco plugin
authorSumit Naiksatam <snaiksat@cisco.com>
Sat, 15 Sep 2012 00:50:54 +0000 (17:50 -0700)
committerSumit Naiksatam <snaiksat@cisco.com>
Sat, 15 Sep 2012 00:53:35 +0000 (17:53 -0700)
commitaa5ef1d44f9b5438f0b5b15814c2644690635ee0
tree63de400a849646a721da676bec2aef427162d9cc
parentd405b4caaebdfc765afbe8914f4d17a9af93babf
Fix for failing network operations in Cisco plugin

Bug #1050545

This fixes the exceptions occurring in the virtual switch mode of the
Cisco plugin for create/delete/update network operations. The exceptions
were occurring on account of the recent changes in the OVS module to the
get_vlan and get_vlans methods, which were still being invoked here.
Test configuration has been changed to increase the code coverage to
catch such issues in the future. All changes are limited to the Cisco
plugin and related tests.

Change-Id: Id18473f7a9a2a22217a59b4f8b1541b4918e07e7
etc/quantum/plugins/cisco/cisco_plugins.ini
etc/quantum/plugins/cisco/l2network_plugin.ini
quantum/plugins/cisco/db/network_db_v2.py
quantum/plugins/cisco/models/virt_phy_sw_v2.py
quantum/tests/unit/cisco/test_network_plugin.py