From: Isaku Yamahata Date: Wed, 12 Dec 2012 03:41:06 +0000 (+0900) Subject: dhcp_agent.ini, l3_agent.ini: update dhcp/l3_agent.ini X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=9917275360b87c9be809983b75a887fa6fb969f1;p=openstack-build%2Fneutron-build.git dhcp_agent.ini, l3_agent.ini: update dhcp/l3_agent.ini 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 --- diff --git a/etc/dhcp_agent.ini b/etc/dhcp_agent.ini index 3c86847bf..2f7c2339d 100644 --- a/etc/dhcp_agent.ini +++ b/etc/dhcp_agent.ini @@ -14,12 +14,13 @@ # 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. diff --git a/etc/l3_agent.ini b/etc/l3_agent.ini index 84149cd6a..9e6190cdd 100644 --- a/etc/l3_agent.ini +++ b/etc/l3_agent.ini @@ -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