| # 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.plugin == "ml2" %} | |
| NEUTRON_PLUGIN_CONFIG="/etc/neutron/plugins/ml2/ml2_conf.ini" | |
| {%- endif %} | |
| {%- if server.plugin == "contrail" %} | |
| NEUTRON_PLUGIN_CONFIG="/etc/neutron/plugins/opencontrail/ContrailPlugin.ini" | |
| {%- endif %} |