[install-guide] Adds memcached instructions to obs guide

Change-Id: I1ee4e173054aa3707d2a3dd2616b0b5b98d96caa
Closes-bug: 1682439
(cherry picked from commit 405c4b1255)
This commit is contained in:
Alexandra Settle 2017-04-21 11:26:11 +01:00
parent f79127084c
commit 1da0b1e00a
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
---------------------