Update fwaas v2 scenario doc

The devstack plugin also adds these statements to the ML2 config, so
amend the documentation here accordingly.

Change-Id: I5db327e91a3d4293b0a27fddc70dc6139fd42eb3
This commit is contained in:
Jens Harbott 2019-08-29 14:21:55 +00:00 committed by Jens Harbott (frickler)
parent e16b789257
commit a0387fc78b
1 changed files with 16 additions and 3 deletions

View File

@ -35,14 +35,27 @@ Enable FWaaS v2
[AGENT]
extensions = fwaas_v2
#. Configure the ML2 plugin agent extension.
Add the following statements to ``ml2_conf.ini``, this file is usually
located at ``/etc/neutron/plugins/ml2/ml2_conf.ini``:
.. code-block:: ini
[agent]
extensions = fwaas_v2
[fwaas]
firewall_l2_driver = noop
#. Create the required tables in the database:
.. code-block:: console
# neutron-db-manage --subproject neutron-fwaas upgrade head
#. Restart the ``neutron-l3-agent`` and ``neutron-server`` services
to apply the settings.
#. Restart the ``neutron-l3-agent``, ``neutron-openvswitch-agent`` and
``neutron-server`` services to apply the settings.
.. note::
@ -99,7 +112,7 @@ Then, create a firewall that applies the policy.
of each policy. Consequently, a firewall policy with no rules blocks
all traffic by default.
#. Create a firewall:
#. Create a firewall group:
.. code-block:: console