Comment 110 for bug 1750656

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

Reviewed: https://review.openstack.org/553332
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-ceph_client/commit/?id=8f6683876e5c0844ddbedbbdc0cb1984eb59daf2
Submitter: Zuul
Branch: stable/newton

commit 8f6683876e5c0844ddbedbbdc0cb1984eb59daf2
Author: Jesse Pretorius <email address hidden>
Date: Thu Mar 15 11:12:57 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: I5ab8e0ab8baae8823b77fad30d8c3f02dbf23a43
    Partial-Bug: #1750656