Comment 2 for bug 1542121

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

Reviewed: https://review.openstack.org/277928
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=140f3772e5078052c5903e3da6b0d79c2f466461
Submitter: Jenkins
Branch: master

commit 140f3772e5078052c5903e3da6b0d79c2f466461
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