openstack-ansible-os_neutron/releasenotes/notes/neutron-fwaas-5c7c6508f2cc05c3.yaml
Kevin Carter 06d888b5a0 Add ability to configure Neutron FWaaS
This patch implements the necessary configuration in order to
implement Neutron FWaaS.

Re-Implementation-Of: https://review.openstack.org/#/c/275894/9

Change-Id: Ic046cc9815f7b9c86a52fd75e7c796ecacc9e083
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-03-17 15:32:12 +00:00

16 lines
834 B
YAML

---
features:
- Neutron Firewall as a Service (FWaaS) can now optionally be deployed and
configured. Please see the `FWaaS Configuration Reference
<http://docs.openstack.org/admin-guide-cloud/networking_introduction.html#firewall-as-a-service-fwaas-overview>`_
for details about the what the service is and what it provides. See the
`FWaaS Install Guide <http://docs.openstack.org/developer/openstack-ansible/install-guide/configure-fwaas.html>`_
for implementation details.
upgrade:
- Database migration tasks have been added for the FWaaS neutron plugin.
security:
- When enabled, Neutron Firewall as a Service (FWaaS) provides projects the
option to implement perimeter security (filtering at the router), adding to
filtering at the instance interfaces which is provided by 'Security
Groups'.