]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
dhcp_agent.ini, l3_agent.ini: update dhcp/l3_agent.ini
authorIsaku Yamahata <yamahata@valinux.co.jp>
Wed, 12 Dec 2012 03:41:06 +0000 (12:41 +0900)
committerIsaku Yamahata <yamahata@valinux.co.jp>
Mon, 17 Dec 2012 10:07:52 +0000 (19:07 +0900)
Bug 1089223
RyuInterfaceDriver is eliminated, so update the example of
dhcp_agent.ini, l3_agent.ini for Ryu plugin and other OVS
based plugins.

Change-Id: Icc95c213ecd96946bd5a90d5d60df88c94cc1454

etc/dhcp_agent.ini
etc/l3_agent.ini

index 3c86847bf9592d2d48b4754733b713a243ad1fd5..2f7c2339dc1843ac59acf6c1265bb329fc1c2964 100644 (file)
 # The DHCP requires that an inteface driver be set.  Choose the one that best
 # matches you plugin.
 
-# OVS
+# OVS based plugins(OVS, Ryu, NEC, NVP, BigSwitch/Floodlight)
 interface_driver = quantum.agent.linux.interface.OVSInterfaceDriver
+# OVS based plugins(Ryu, NEC, NVP, BigSwitch/Floodlight) that use OVS
+# as OpenFlow switch and check port status
+#ovs_use_veth = True
 # LinuxBridge
 #interface_driver = quantum.agent.linux.interface.BridgeInterfaceDriver
-# Ryu
-#interface_driver = quantum.agent.linux.interface.RyuInterfaceDriver
 
 # The agent can use other DHCP drivers.  Dnsmasq is the simplest and requires
 # no additional setup of the DHCP server.
index 84149cd6a6a001c4cc68df707cec889e0a33eb3b..9e6190cdd639a3076eca5918e41c8d212c8a1b8a 100644 (file)
@@ -5,8 +5,11 @@
 # L3 requires that an interface driver be set.  Choose the one that best
 # matches your plugin.
 
-# OVS
+# OVS based plugins (OVS, Ryu, NEC) that supports L3 agent
 interface_driver = quantum.agent.linux.interface.OVSInterfaceDriver
+# OVS based plugins(Ryu, NEC) that use OVS
+# as OpenFlow switch and check port status
+#ovs_use_veth = True
 # LinuxBridge
 #interface_driver = quantum.agent.linux.interface.BridgeInterfaceDriver