Comment 3 for bug 1572922

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

Reviewed: https://review.openstack.org/317750
Committed: https://git.openstack.org/cgit/openstack/fuel-octane/commit/?id=969c90144e468942d54bcc0ccc7fa820b7b4a0a1
Submitter: Jenkins
Branch: master

commit 969c90144e468942d54bcc0ccc7fa820b7b4a0a1
Author: Oleg Gelbukh <email address hidden>
Date: Tue May 17 21:49:22 2016 +0000

    Use shutil.copy2 to preserve file stats in backup

    To preserve file ownership and permissions in backup and
    some other places, move from using shutil.copy to shutil.copy2.

    Change-Id: I8f00834ab598267ccc54f18cea70d6db415ba69d
    Closes-bug: 1572922