06d888b5a0
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>
16 lines
834 B
YAML
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'.
|