From 5ec5081d51912445228d58e505c8076ab3cd0cc0 Mon Sep 17 00:00:00 2001 From: Pallav Agarwal Date: Wed, 8 Feb 2017 17:56:51 +0530 Subject: [PATCH] [install-guide] Fix config file instructions for memcached in CentOS Closes-bug: #1662486 Change-Id: I26d52b068389678ba918fbeff73e93c49a20e8bd --- .../source/environment-memcached.rst | 24 ++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/doc/install-guide/source/environment-memcached.rst b/doc/install-guide/source/environment-memcached.rst index 4340885282..7d3b16b195 100644 --- a/doc/install-guide/source/environment-memcached.rst +++ b/doc/install-guide/source/environment-memcached.rst @@ -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:: none @@ -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