Merge "Environment for switching to using IPs for memcached"

This commit is contained in:
Zuul 2021-09-01 22:57:42 +00:00 committed by Gerrit Code Review
commit cca9a43a41
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# A Heat environment file to use IP addresses instead of FQDNs.
# This might be a valid workaround for timeouts if ipv6 is used with an
# external DNS.
parameter_defaults:
ExtraConfig:
memcached_node_names: "%{alias('memcached_node_ips')}"