Comment 123 for bug 1750656

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

Reviewed: https://review.openstack.org/553347
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_gnocchi/commit/?id=5e35c064073c7e1b98a6c024f014a566a7cc92e1
Submitter: Zuul
Branch: stable/newton

commit 5e35c064073c7e1b98a6c024f014a566a7cc92e1
Author: Jesse Pretorius <email address hidden>
Date: Thu Mar 15 11:26:37 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: I24fbd4c701bd8c70e071bc7ecc0881029712f03d
    Partial-Bug: #1750656