[install-guide] Fix config file instructions for memcached in CentOS

Closes-bug: #1662486

Change-Id: I26d52b068389678ba918fbeff73e93c49a20e8bd
(cherry picked from commit 5ec5081d51)
This commit is contained in:
Pallav Agarwal 2017-02-08 17:56:51 +05:30 committed by Gauvain Pocentek
parent b8fd8c76e4
commit adde066b22
1 changed files with 21 additions and 3 deletions

View File

@ -44,8 +44,8 @@ Install and configure components
.. only:: ubuntu or debian
2. Edit the ``/etc/memcached.conf`` file and configure the
service to use the management IP address of the controller node
to enable access by other nodes via the management network:
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:: ini
@ -55,7 +55,25 @@ Install and configure components
.. note::
Change the existing line with ``-l 127.0.0.1``.
Change the existing line that had ``-l 127.0.0.1``.
.. endonly
.. only:: rdo
2. Edit the ``/etc/sysconfig/memcached`` file and 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
10.0.0.11
.. end
.. note::
Change the existing line from ``127.0.0.1``.
.. endonly