Comment 130 for bug 1750656

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

Reviewed: https://review.openstack.org/553353
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_nova/commit/?id=b3caae5506fbceeb7dfb55f52d2f2f5c6bf1f80b
Submitter: Zuul
Branch: stable/newton

commit b3caae5506fbceeb7dfb55f52d2f2f5c6bf1f80b
Author: Jesse Pretorius <email address hidden>
Date: Thu Mar 15 11:31:32 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: Ia53420dc3c19928afdc0740328b77aacee697f1d
    Partial-Bug: #1750656