blob: 07fba29c669da847f40b898861c8f3d847cb0481 [file] [log] [blame]
# Generated by Salt.
{%- from "neutron/map.jinja" import server with context %}
# defaults for neutron-server
# path to config file corresponding to the core_plugin specified in
# neutron.conf
#NEUTRON_PLUGIN_CONFIG="/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini"
{%- if server.backend.engine in ["ml2", "ovn"] %}
NEUTRON_PLUGIN_CONFIG="/etc/neutron/plugins/ml2/ml2_conf.ini"
{%- endif %}
{%- if server.backend.engine == "contrail" %}
NEUTRON_PLUGIN_CONFIG="/etc/neutron/plugins/opencontrail/ContrailPlugin.ini"
{%- endif %}
{%- if server.logging.log_appender %}
DAEMON_ARGS="--log-config-append=/etc/neutron/logging/logging-neutron-server.conf"
{%- endif %}