
This commit adds intelligent multiple nexus physical switch support for the Cisco plugin. The plugin also has been modified to scan for the host when an instance is created and selectively trunk VLAN's for the port for that host only. It also deletes VLANs from nexus switches when no longer required. Implements: blueprint cisco-plugin-enhancements Change-Id: I6275eb1815310d0d5a8123ca2edbc0a0937718e9
25 lines
524 B
INI
25 lines
524 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
|
|
|
|
# IMPORTANT: Comment the following lines for production deployments
|
|
[TEST]
|
|
host=testhost
|