From 3ab47c186266035452181c9b190a062b3f733440 Mon Sep 17 00:00:00 2001 From: malikobaid11 Date: Fri, 9 Jul 2021 10:20:20 +0000 Subject: [PATCH] Fix Memcache install for Ubuntu in Installation guide Adjust for python3. Closes-Bug: #1923511 Change-Id: I8934920d2555d3e88696208d2327b4711e8199d8 --- doc/install-guide/source/environment-memcached-ubuntu.rst | 7 +++++++ 1 file changed, 7 insertions(+) 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: