From bea7e806ab99027c97857dea111b08fdd26b7dfc Mon Sep 17 00:00:00 2001 From: ZhiQiang Fan Date: Mon, 29 Jul 2013 18:40:46 +0800 Subject: [PATCH] Avoid overwrite value of deprecated name in conf. See bug/1194064 #2 Mark McLoughlin's comment Fixes: Bug #1194064 Change-Id: I421d2decfa8829796fe7b6c14f954f3cccc17215 --- etc/lbaas_agent.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/lbaas_agent.ini b/etc/lbaas_agent.ini index 7e9adde75..c95e0be9d 100644 --- a/etc/lbaas_agent.ini +++ b/etc/lbaas_agent.ini @@ -9,15 +9,17 @@ # OVS based plugins(OVS, Ryu, NEC, NVP, BigSwitch/Floodlight) interface_driver = neutron.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 = neutron.agent.linux.interface.BridgeInterfaceDriver # The agent requires a driver to manage the loadbalancer. HAProxy is the # opensource version. -#device_driver = neutron.services.loadbalancer.drivers.haproxy.namespace_driver.HaproxyNSDriver +# device_driver = neutron.services.loadbalancer.drivers.haproxy.namespace_driver.HaproxyNSDriver # The user group # user_group = nogroup