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

Closes-bug: #1662486

Change-Id: I26d52b068389678ba918fbeff73e93c49a20e8bd
This commit is contained in:
Pallav Agarwal 2017-02-08 17:56:51 +05:30
parent 6258e44a71
commit 5ec5081d51

View File

@ -44,8 +44,8 @@ Install and configure components
.. only:: ubuntu or debian .. only:: ubuntu or debian
2. Edit the ``/etc/memcached.conf`` file and configure the 2. Edit the ``/etc/memcached.conf`` file and configure the
service to use the management IP address of the controller node service to use the management IP address of the controller node.
to enable access by other nodes via the management network: This is to enable access by other nodes via the management network:
.. code-block:: none .. code-block:: none
@ -55,7 +55,25 @@ Install and configure components
.. note:: .. 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 .. endonly