Merge "[admin-guide] Changed the note about default values in local_settings.py"

This commit is contained in:
Jenkins 2016-04-18 11:58:42 +00:00 committed by Gerrit Code Review
commit ec71e13c7c
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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