From 13217d10bfb3210a7051b5d4a27954ea3783c5c4 Mon Sep 17 00:00:00 2001 From: James Page Date: Thu, 27 Mar 2014 23:06:30 +0000 Subject: [PATCH] Enable firewall driver --- templates/icehouse/neutron.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -%}