8acc1771fb
The verbose parameter is deprecated and should not be used. This solves the following issue: Option "verbose" from group "DEFAULT" is deprecated for removal. Its value may be silently ignored in the future TrivialFix Change-Id: Ifb04c3f396a96b6917637af3a90a3ddb1599e29d
17 lines
466 B
Django/Jinja
17 lines
466 B
Django/Jinja
[DEFAULT]
|
|
debug = {{ neutron_logging_debug }}
|
|
|
|
output_file = /etc/neutron/lbaas_agent.ini
|
|
wrap_width = 79
|
|
|
|
{% if neutron_plugin_agent == "openvswitch" %}
|
|
interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver
|
|
{% elif neutron_plugin_agent == "linuxbridge" %}
|
|
interface_driver = neutron.agent.linux.interface.BridgeInterfaceDriver
|
|
{% endif %}
|
|
|
|
device_driver = neutron_lbaas.drivers.haproxy.namespace_driver.HaproxyNSDriver
|
|
|
|
[haproxy]
|
|
user_group = haproxy
|