[install] Changed configuration step for memcached

Fixes an error in the configuration step, and updates to
use controller, to fit with conventions.

Change-Id: I250c1ac9b5517fa3faadc4bb8b4cb26ee44110ee
Closes-Bug: #1661175
This commit is contained in:
Iswarya_Vakati 2017-02-13 10:36:19 +05:30 committed by KATO Tomoyuki
parent bde00b78aa
commit 562548269f
1 changed files with 11 additions and 8 deletions

View File

@ -61,19 +61,22 @@ Install and configure components
.. 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:
2. Edit the ``/etc/sysconfig/memcached`` file and complete the
following actions:
.. code-block:: none
* 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:
10.0.0.11
.. code-block:: none
.. end
OPTIONS="-l 127.0.0.1,::1,controller"
.. note::
.. end
Change the existing line from ``127.0.0.1``.
.. note::
Change the existing line ``OPTIONS="-l 127.0.0.1,::1"``.
.. endonly