From f64e148c9579edc51dbffaba497d3eec6d3f7431 Mon Sep 17 00:00:00 2001 From: "sharat.sharma" Date: Fri, 15 Apr 2016 17:42:41 +0530 Subject: [PATCH] [admin-guide] Changed the note about default values in local_settings.py Change-Id: I0cbdf39a67f3321efe0792f443932e28fdfb6266 Closes-Bug: #1364299 --- doc/admin-guide/source/networking_config-agents.rst | 4 ++-- doc/admin-guide/source/networking_introduction.rst | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/admin-guide/source/networking_config-agents.rst b/doc/admin-guide/source/networking_config-agents.rst index 64b6d45b96..594b0da94b 100644 --- a/doc/admin-guide/source/networking_config-agents.rst +++ b/doc/admin-guide/source/networking_config-agents.rst @@ -403,8 +403,8 @@ For the back end, use either Octavia or Haproxy. This example uses Octavia. Horizon panels are enabled only for LBaaSV1. LBaaSV2 panels are still being developed. - Change the ``enable_lb`` option to ``True`` in the `local_settings.py` - file + By default, the ``enable_lb`` option is ``True`` in the `local_settings.py` + file. .. code-block:: python diff --git a/doc/admin-guide/source/networking_introduction.rst b/doc/admin-guide/source/networking_introduction.rst index d24223b579..bfb8a49524 100644 --- a/doc/admin-guide/source/networking_introduction.rst +++ b/doc/admin-guide/source/networking_introduction.rst @@ -217,6 +217,11 @@ FWaaS management options are also available in the Dashboard. ... } + .. 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