078a73c616
fixes bug 1201249 Remove option from ini file since it is nor registered nor used in lbaas agent. Change-Id: I611f794279fea4a4155309cd0668e3b9718221b1
24 lines
866 B
INI
24 lines
866 B
INI
[DEFAULT]
|
|
# Show debugging output in log (sets DEBUG log level output)
|
|
# debug = true
|
|
|
|
# The LBaaS agent will resync its state with Neutron to recover from any
|
|
# transient notification or rpc errors. The interval is number of
|
|
# seconds between attempts.
|
|
# periodic_interval = 10
|
|
|
|
# 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
|
|
|
|
# The user group
|
|
# user_group = nogroup
|