Comment 131 for bug 1750656

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

Reviewed: https://review.openstack.org/553356
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_swift/commit/?id=eca6db29b16aae6dcbaa99a9ee3148f296c7865a
Submitter: Zuul
Branch: stable/newton

commit eca6db29b16aae6dcbaa99a9ee3148f296c7865a
Author: Jesse Pretorius <email address hidden>
Date: Thu Mar 15 11:34:00 2018 +0000

    Add retries to apt cache update

    Updating the apt cache sometimes fails due to it being
    an operation that uses mirrors on the internet. The
    task should be retried to reduce the chance of a
    transient failure causing the playbook to fail.

    Change-Id: I55f45ea78adbc77f66b1ae7dc9d9de447201b5cb
    Partial-Bug: #1750656