August 2018
Beginner
462 pages
12h 36m
English
The memcached service is used to cache common data and objects in RAM to reduce the numbers of times they are read from disk and it is used by various OpenStack services.
On the controller node, install memcached:
# apt install memcached python-memcache
Edit the /etc/memcached.conf file and replace the default listener address with the IP address of the controller node:
Restart the memcached service:
# systemctl restart memcached
Read now
Unlock full access