Install Neutron FireWall-as-a-Service
# apt-get install python-neutron-fwaas
Enable the MidoNet FWaaS plug-in
Enable the MidoNet FWaaS plug-in by using the
service_plugins
option in the/etc/neutron/neutron.conf
file:service_plugins = midonet.neutron.services.firewall.plugin.MidonetFirewallPlugin
Note When using multiple service plugins, separate them with commas:
[DEFAULT] service_plugins = foo,bar,midonet.neutron.services.firewall.plugin.MidonetFirewallPlugin
Enable firewall in the dashboard
Change the
enable_firewall
option toTrue
in the/etc/openstack-dashboard/local_settings.py
file:OPENSTACK_NEUTRON_NETWORK = { 'enable_firewall': True, ... }
To finalize installation
Finalize the installation as described in Neutron Controller Node Installation.