tripleo-heat-templates/deployment/memcached
Michele Baldessari 546d994d04 Make memcache also listen to localhost
Currently memcache only listens to the internal_api IP. We want to
make it listen to both localhost and internal_api IP because in the
future some services on some roles may want to just use the localhost
memcached instance instead of the using multiple memcached servers
over the network as it is the case currently.

As suggested by Takashi we check the ip version in MemcachedNetwork
in order to decide if we should listen to ::1 or 127.0.0.1

Change-Id: I6ea989ae546ef344a9b3d2dd6c86a49822efc6e2
(cherry picked from commit acf08419bc)
2021-03-25 09:50:20 +01:00
..
memcached-container-puppet.yaml Make memcache also listen to localhost 2021-03-25 09:50:20 +01:00