From b0092b48939d242b807cebc882f924cb02f2b5a1 Mon Sep 17 00:00:00 2001 From: Nicolas Bock Date: Fri, 12 Jan 2018 09:38:27 -0700 Subject: [PATCH] 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 --- doc/install-guide/source/environment-memcached-obs.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install-guide/source/environment-memcached-obs.rst b/doc/install-guide/source/environment-memcached-obs.rst index 80adabfe9d..d9d452d3b1 100644 --- a/doc/install-guide/source/environment-memcached-obs.rst +++ b/doc/install-guide/source/environment-memcached-obs.rst @@ -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 ---------------------