Re-align security group config for icehouse

This commit is contained in:
James Page
2014-04-14 09:46:26 +01:00
parent 1d49d848de
commit 20bbe9b21e

View File

@@ -21,7 +21,9 @@ local_ip = {{ local_ip }}
[agent]
tunnel_types = gre
{% if neutron_security_groups -%}
[securitygroup]
firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver
{% endif -%}
{% if neutron_security_groups -%}
enable_security_group = True
{% else -%}
enable_security_group = False
{% endif -%}