8786e547f9
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
21 lines
434 B
INI
21 lines
434 B
INI
[VLANS]
|
|
vlan_start=100
|
|
vlan_end=3000
|
|
vlan_name_prefix=q-
|
|
|
|
[PORTS]
|
|
max_ports=100
|
|
|
|
[PORTPROFILES]
|
|
max_port_profiles=65568
|
|
|
|
[NETWORKS]
|
|
max_networks=65568
|
|
|
|
[MODEL]
|
|
#model_class=quantum.plugins.cisco.models.network_multi_blade_v2.NetworkMultiBladeV2
|
|
model_class=quantum.plugins.cisco.models.virt_phy_sw_v2.VirtualPhysicalSwitchModelV2
|
|
|
|
[SEGMENTATION]
|
|
manager_class=quantum.plugins.cisco.segmentation.l2network_vlan_mgr_v2.L2NetworkVLANMgr
|