diff --git a/templates/icehouse/neutron.conf b/templates/icehouse/neutron.conf index 3d1d3f01..45ded184 100644 --- a/templates/icehouse/neutron.conf +++ b/templates/icehouse/neutron.conf @@ -18,8 +18,7 @@ bind_port = 9696 {% if core_plugin -%} core_plugin = {{ core_plugin }} {% if neutron_plugin in ['ovs', 'ml2'] -%} -# service_plugins = router,firewall,lbaas,vpnaas,metering -service_plugins = router,metering,lbaas,vpnaas +service_plugins = router,firewall,lbaas,vpnaas,metering {% endif -%} {% endif -%}