]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix for Cisco plugin sample config.
authorArvind Somya <asomya@cisco.com>
Mon, 8 Jul 2013 21:38:02 +0000 (17:38 -0400)
committerGerrit Code Review <review@openstack.org>
Tue, 9 Jul 2013 17:54:09 +0000 (17:54 +0000)
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
etc/neutron/plugins/cisco/cisco_plugins.ini

index 10b4e9a30e4e84e3019835dc15cfb75ac3e686c7..44b0131ca1088742dc9f3bd0451055a2282490f1 100644 (file)
@@ -1,6 +1,6 @@
 [cisco_plugins]
-#nexus_plugin=quantum.plugins.cisco.nexus.cisco_nexus_plugin_v2.NexusPlugin
-#vswitch_plugin=quantum.plugins.openvswitch.ovs_quantum_plugin.OVSQuantumPluginV2
+#nexus_plugin=neutron.plugins.cisco.nexus.cisco_nexus_plugin_v2.NexusPlugin
+#vswitch_plugin=neutron.plugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2
 
 [cisco]
 #vlan_start=100
@@ -9,9 +9,9 @@
 #max_ports=100
 #max_port_profiles=65568
 #max_networks=65568
-#model_class=quantum.plugins.cisco.models.virt_phy_sw_v2.VirtualPhysicalSwitchModelV2
-#manager_class=quantum.plugins.cisco.segmentation.l2network_vlan_mgr_v2.L2NetworkVLANMgr
-#nexus_driver=quantum.plugins.cisco.test.nexus.fake_nexus_driver.CiscoNEXUSFakeDriver
+#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