Update install instructions for memcached

The OBS install instructions for memcached incorrectly instructed the
user to configure memcached to listeon on the localhost address. It
should be configured to use the management IP address of the
controller.

Change-Id: Ia978c025232a80e46cbb12e2ea5fad63c6ad2167
Closes-Bug: #1742884
This commit is contained in:
Nicolas Bock 2018-01-12 09:38:27 -07:00
parent 918c3dde84
commit b0092b4893
No known key found for this signature in database
GPG Key ID: 6BFC7B4EA87328F0
1 changed files with 2 additions and 2 deletions

View File

@ -26,13 +26,13 @@ Install and configure components
.. code-block:: none
MEMCACHED_PARAMS="-l 127.0.0.1"
MEMCACHED_PARAMS="-l 10.0.0.11"
.. end
.. note::
Change the existing line ``MEMCACHED_PARAMS="-l 127.0.0.1,::1"``.
Change the existing line ``MEMCACHED_PARAMS="-l 127.0.0.1"``.
Finalize installation
---------------------