tripleo-heat-templates/deployment/memcached
Michele Baldessari acf08419bc 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
2020-10-28 09:58:32 +01:00
..
memcached-container-puppet.yaml Make memcache also listen to localhost 2020-10-28 09:58:32 +01:00