Remove outdated instructions about horizon integration

The enable_firewall and enable_vpn settings in horizon
have been dropped since pike, see

https://docs.openstack.org/releasenotes/horizon/pike.html

Change-Id: Id46e3e691b170d2240845b7adbbd58ead2db6424
This commit is contained in:
Dirk Mueller 2019-03-26 20:24:35 +01:00
parent 5d99d2a6c4
commit ebe28a7b8d
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.