Comment 15 for bug 1929574

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-tripleo (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/puppet-tripleo/+/802883
Committed: https://opendev.org/openstack/puppet-tripleo/commit/c56c26dfc6cc00e2d9e17d2845c48d6f044eda77
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit c56c26dfc6cc00e2d9e17d2845c48d6f044eda77
Author: Grzegorz Grasza <email address hidden>
Date: Thu Jun 17 14:35:52 2021 +0200

    Set memcached server list from memcached_node_names

    This follows other clustered services (like RabbitMQ) and
    uses *_node_names (which contain FQDNs), instead of *_node_ips.

    Certificate for Memcached TLS is also created using FQDN.
    Because of this, validation failed when using pymemcache.
    This patch fixes this issue.

    Closes-Bug: #1929574
    Change-Id: I9d0ddcc88098a5b891829192f1ce656842d0aa15
    (cherry picked from commit 49921d57f5753dffe032b9501d1101707ce8cc1e)