Comment 122 for bug 1750656

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

Reviewed: https://review.openstack.org/553348
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_heat/commit/?id=a10c50f0d67349c38d2fe0a5d9bf39c0371319a5
Submitter: Zuul
Branch: stable/newton

commit a10c50f0d67349c38d2fe0a5d9bf39c0371319a5
Author: Jesse Pretorius <email address hidden>
Date: Thu Mar 15 11:27:26 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: I069da552098abfe2d1e8293090c8f5c6cf37b5bc
    Partial-Bug: #1750656