Comment 53 for bug 1718356

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

Reviewed: https://review.openstack.org/582123
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_cinder/commit/?id=5dd4abe61adcdcc3950afd3950619c4c98b8b809
Submitter: Zuul
Branch: master

commit 5dd4abe61adcdcc3950afd3950619c4c98b8b809
Author: Jesse Pretorius <email address hidden>
Date: Thu Jul 12 10:21:44 2018 +0100

    Use rsync instead of synchronize module for remote copy

    The synchronize module with delegation introduces complexity
    with permissions which we really, really do not need to have
    to deal with for a remote sync. So instead, we just use rsync
    because it's simpler to use and understand.

    Change-Id: I6fae5af8d59ea9499cc90a35f1d2f5176fbf9d04
    Related-Bug: #1718356