Comment 127 for bug 1750656

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

Reviewed: https://review.openstack.org/553355
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_sahara/commit/?id=462a93d047460ede112d81e5a93faa2d075b1538
Submitter: Zuul
Branch: stable/newton

commit 462a93d047460ede112d81e5a93faa2d075b1538
Author: Jesse Pretorius <email address hidden>
Date: Thu Mar 15 11:33:22 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: I6d73a7889e0d11c63fba4588f244b9e961e3a376
    Partial-Bug: #1750656