82186603b7
This commit fixes the Cisco plugin's sample config included with Neutron to change all instances of quantum within the config to neutron. Change-Id: I80a8b69816ad964ee9761a214aaa5e81e596d501 Fixes: Bug #1199160
37 lines
985 B
INI
37 lines
985 B
INI
[cisco_plugins]
|
|
#nexus_plugin=neutron.plugins.cisco.nexus.cisco_nexus_plugin_v2.NexusPlugin
|
|
#vswitch_plugin=neutron.plugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2
|
|
|
|
[cisco]
|
|
#vlan_start=100
|
|
#vlan_end=3000
|
|
#vlan_name_prefix=q-
|
|
#max_ports=100
|
|
#max_port_profiles=65568
|
|
#max_networks=65568
|
|
#model_class=neutron.plugins.cisco.models.virt_phy_sw_v2.VirtualPhysicalSwitchModelV2
|
|
#manager_class=neutron.plugins.cisco.segmentation.l2network_vlan_mgr_v2.L2NetworkVLANMgr
|
|
#nexus_driver=neutron.plugins.cisco.test.nexus.fake_nexus_driver.CiscoNEXUSFakeDriver
|
|
#svi_round_robin=False
|
|
|
|
# IMPORTANT: Comment out the following two lines for production deployments
|
|
[cisco_test]
|
|
host=testhost
|
|
|
|
#
|
|
# Nexus Switch Format.
|
|
# [NEXUS_SWITCH:<IP address of switch>]
|
|
# <hostname>=<port>
|
|
# ssh_port=<ssh port>
|
|
# username=<credential username>
|
|
# password=<credential password>
|
|
#
|
|
# Example:
|
|
# [NEXUS_SWITCH:1.1.1.1]
|
|
# compute1=1/1
|
|
# compute2=1/2
|
|
# ssh_port=22
|
|
# username=admin
|
|
# password=mySecretPassword
|
|
|