Enable firewall driver

This commit is contained in:
James Page 2014-03-27 23:06:30 +00:00
parent 2a3d653196
commit 13217d10bf

View File

@ -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 -%}