Comment 129 for bug 1750656

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

Reviewed: https://review.openstack.org/553352
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_neutron/commit/?id=206bbc211ba4ec651cbe2e4c4ba249ae239f60b7
Submitter: Zuul
Branch: stable/newton

commit 206bbc211ba4ec651cbe2e4c4ba249ae239f60b7
Author: Jesse Pretorius <email address hidden>
Date: Thu Mar 15 11:30:23 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: I66db37c6a55f9133befd8f9803cab217034547c1
    Partial-Bug: #1750656