edda55e461
I think that docs will be better if the FWaaS, LBaaS and the VPNaaS be childs of the parent "Configuring the Network Services" instead of all be childs of "Deployment configuration". When I suggested the merge of all files in one didn't notice the existence of doctree, which I think its better. Change-Id: I9828ad579b9bc572a8cd6b6df700cab8a626506c
1.4 KiB
1.4 KiB
Home OpenStack-Ansible Installation Guide
Firewall Service (Optional)
The following procedure describes how to modify the
/etc/openstack_deploy/user_variables.yml
file to enable
FWaaS.
Override the default list of Neutron plugins to include
firewall
:neutron_plugin_base: - firewall - ...
The complete neutron_plugin_base, at the time of this writing, is as follows:
neutron_plugin_base: - router - firewall - lbaas - vpnaas - metering - qos
Execute the Neutron install playbook in order to update the configuration:
# cd /opt/openstack-ansible/playbooks # openstack-ansible os-neutron-install.yml
Execute the Horizon install playbook in order to update the Horizon configuration to show the FWaaS panels:
# cd /opt/openstack-ansible/playbooks # openstack-ansible os-horizon-install.yml
The FWaaS default configuration options may be changed through the conf
override mechanism using the
neutron_neutron_conf_overrides
dict.