diff --git a/doc/install-guide/source/environment-memcached-ubuntu.rst b/doc/install-guide/source/environment-memcached-ubuntu.rst index 3abc391a9f..ed63726744 100644 --- a/doc/install-guide/source/environment-memcached-ubuntu.rst +++ b/doc/install-guide/source/environment-memcached-ubuntu.rst @@ -11,11 +11,18 @@ Install and configure components #. Install the packages: +For Ubuntu versions prior to 18.04 use: .. code-block:: console # 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 service to use the management IP address of the controller node. This is to enable access by other nodes via the management network: