From 253e3c469c595d33f460d6d2f875824477e9f806 Mon Sep 17 00:00:00 2001 From: James Page Date: Mon, 14 Apr 2014 10:10:51 +0100 Subject: [PATCH] Use enable_security_group --- templates/icehouse/ml2_conf.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/icehouse/ml2_conf.ini b/templates/icehouse/ml2_conf.ini index 729f8f86..53985e24 100644 --- a/templates/icehouse/ml2_conf.ini +++ b/templates/icehouse/ml2_conf.ini @@ -23,7 +23,8 @@ tunnel_types = gre [securitygroup] {% if neutron_security_groups -%} +enable_security_group = True firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver {% else -%} -firewall_driver = neutron.agent.firewall.NoopFirewallDriver +enable_security_group = False {% endif -%}