Merge "Remove outdated instructions about horizon integration"

This commit is contained in:
Zuul 2019-03-27 06:36:37 +00:00 committed by Gerrit Code Review
commit ee024bb339
1 changed files with 0 additions and 18 deletions

View File

@ -53,24 +53,6 @@ FWaaS management options are also available in the Dashboard.
# neutron-db-manage --subproject neutron-fwaas upgrade head
#. Enable the option in the ``local_settings.py`` file,
which is typically located on the controller node:
.. code-block:: python
OPENSTACK_NEUTRON_NETWORK = {
# ...
'enable_firewall' = True,
# ...
}
.. note::
By default, ``enable_firewall`` option value is ``True`` in
``local_settings.py`` file.
Apply the settings by restarting the web server.
#. Restart the ``neutron-l3-agent`` and ``neutron-server`` services
to apply the settings.