Comment 124 for bug 1750656

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

Reviewed: https://review.openstack.org/553343
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_aodh/commit/?id=c0e22c914460326786a2ae3133d33bcfdc72b604
Submitter: Zuul
Branch: stable/newton

commit c0e22c914460326786a2ae3133d33bcfdc72b604
Author: Jesse Pretorius <email address hidden>
Date: Thu Mar 15 11:23:50 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: I9c36f01c09bd12611108f71c11a356b962460319
    Partial-Bug: #1750656