Comment 119 for bug 1750656

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

Reviewed: https://review.openstack.org/553354
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_rally/commit/?id=1520559a52cb4a509f03a56fc12be7a142cafe54
Submitter: Zuul
Branch: stable/newton

commit 1520559a52cb4a509f03a56fc12be7a142cafe54
Author: Jesse Pretorius <email address hidden>
Date: Thu Mar 15 11:32:52 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: Ic9b30235f41595e08352efeee3a99cca55f7a40f
    Partial-Bug: #1750656