Comment 12 for bug 1763009

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

Reviewed: https://review.opendev.org/561637
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=ada9bc36732649e34721e64a4a92de54fd4d8842
Submitter: Zuul
Branch: stable/queens

commit ada9bc36732649e34721e64a4a92de54fd4d8842
Author: yatin <email address hidden>
Date: Mon Apr 16 08:12:48 2018 +0530

    Use hiera interpolation for memcached_network

    After [1] iptables rules are not set for memcached service
    thus services relying on memcached were not functioning well.
    With [2] it's requrired to use hiera interpolation for service
    configs, this patch fixes it for memcached_network.

    [1] https://review.openstack.org/#/c/551292
    [2] https://review.openstack.org/#/c/526692

    Related-Bug: #1757556
    Closes-Bug: #1763009
    Change-Id: If9b274192ea4738f455a6106ff1a62eb4e7a5c91
    (cherry picked from commit d3d27d7ea84fe01320dee3e4fa2e2fad11640eb7)