Merge "Fix Memcache install for Ubuntu in Installation guide"

This commit is contained in:
Zuul 2021-07-19 07:26:39 +00:00 committed by Gerrit Code Review
commit dc9ce00422
1 changed files with 7 additions and 0 deletions

View File

@ -11,11 +11,18 @@ Install and configure components
#. Install the packages: #. Install the packages:
For Ubuntu versions prior to 18.04 use:
.. code-block:: console .. code-block:: console
# apt install memcached python-memcache # apt install memcached python-memcache
For Ubuntu 18.04 and newer versions use:
.. code-block:: console
# apt install memcached python3-memcache
2. Edit the ``/etc/memcached.conf`` file and configure the 2. Edit the ``/etc/memcached.conf`` file and configure the
service to use the management IP address of the controller node. service to use the management IP address of the controller node.
This is to enable access by other nodes via the management network: This is to enable access by other nodes via the management network: