From ebe28a7b8d1f200f7fecf5c5c6fd3a7ba79641a7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 26 Mar 2019 20:24:35 +0100 Subject: [PATCH] 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 --- doc/source/admin/fwaas-v1-scenario.rst | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/doc/source/admin/fwaas-v1-scenario.rst b/doc/source/admin/fwaas-v1-scenario.rst index f330c2b5a35..e2526518bbd 100644 --- a/doc/source/admin/fwaas-v1-scenario.rst +++ b/doc/source/admin/fwaas-v1-scenario.rst @@ -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.