Merge "[install-guide] Adds memcached instructions to obs guide"

This commit is contained in:
Jenkins 2017-04-24 06:57:08 +00:00 committed by Gerrit Code Review
commit 23860d22e9
1 changed files with 21 additions and 0 deletions

View File

@ -80,6 +80,27 @@ Install and configure components
.. endonly
.. only:: obs
2. Edit the ``/etc/sysconfig/memcached`` file and complete the
following actions:
* Configure the service to use the management IP address of the
controller node. This is to enable access by other nodes via
the management network:
.. code-block:: none
MEMCACHED_PARAMS="-l 127.0.0.1"
.. end
.. note::
Change the existing line ``MEMCACHED_PARAMS="-l 127.0.0.1,::1"``.
.. endonly
Finalize installation
---------------------