Comment 8 for bug 1774313

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

Reviewed: https://review.opendev.org/687238
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=422682006cb98adf1028ed8f29429f0b647960c7
Submitter: Zuul
Branch: stable/queens

commit 422682006cb98adf1028ed8f29429f0b647960c7
Author: Mark Goddard <email address hidden>
Date: Mon Oct 7 09:22:24 2019 +0100

    Fix swift-proxy-server memcached configuration

    Currently, swift-proxy config uses hosts in the swift-proxy-server group
    to generate the list of memcached servers. However, memcached is
    deployed to hosts in the memcached group.

    This change fixes the memcached_servers option for swift-proxy to be the
    same as other services.

    Change-Id: Ib850a1bb2a504ac3e1396846ca3f1d9a30e8fca0
    Closes-Bug: #1774313
    (cherry picked from commit 3488479d06bc9fc39058532d29229b67f25d4ec0)