Comment 1 for bug 1597475

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

Reviewed: https://review.openstack.org/336624
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_swift/commit/?id=2ba929f1729021afa18143b2fdd5771b5c4876fa
Submitter: Jenkins
Branch: master

commit 2ba929f1729021afa18143b2fdd5771b5c4876fa
Author: Kevin Carter <email address hidden>
Date: Fri Jul 1 10:40:42 2016 -0500

    Fix swift ring distribute

    The swift ring distribute task was using the Synchronize module
    which is broken in ansible 2.1 when using become and delegate_to.
    The become and delegate_to methods are required to make the module
    pull from a remote source to another remote source using a specific
    user. To resolve the issue these tasks have been changed to use the
    command module.

    Related-Issue: https://github.com/ansible/ansible/issues/15405

    Change-Id: I1f0a14759408e3efd066a8adf4510db688d01437
    Closes-bug: #1597475
    Signed-off-by: Kevin Carter <email address hidden>