Comment 115 for bug 1750656

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

Reviewed: https://review.openstack.org/553342
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-openstack_hosts/commit/?id=5b936f6569bc9ef1c00cbe81056654484357793f
Submitter: Zuul
Branch: stable/newton

commit 5b936f6569bc9ef1c00cbe81056654484357793f
Author: Jesse Pretorius <email address hidden>
Date: Thu Mar 15 11:22:59 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: Ib879989a839a77135ba48720d27e981d80931b0d
    Partial-Bug: #1750656