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:
parent
918c3dde84
commit
b0092b4893
@ -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
|
||||
---------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user