Comment 3 for bug 1542121

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible (liberty)

Reviewed: https://review.openstack.org/281268
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=7264009440a001d4f5db1ad3fd51316689d54771
Submitter: Jenkins
Branch: liberty

commit 7264009440a001d4f5db1ad3fd51316689d54771
Author: Andy McCrae <email address hidden>
Date: Tue Feb 9 16:13:51 2016 +0000

    Move swift memcache conf into separate file

    The memcache configuration was only setup for the proxy-server.conf
    within Swift, and was not set for the object and container reconcilers
    which both use memcache.

    This patch moves the memcache settings into a separate memcache.conf
    file which is then configured on all swift hosts, removing the specific
    conf from the proxy-server.conf file.

    Change-Id: I047b2d1178de43c694c30280f6ed9fe8511341fd
    Closes-Bug: #1542121
    (cherry picked from commit 140f3772e5078052c5903e3da6b0d79c2f466461)