Comment 109 for bug 1750656

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

Reviewed: https://review.openstack.org/553338
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-lxc_hosts/commit/?id=d5cd809f25ca3ee0fc900ba0ee6696f54b7ba378
Submitter: Zuul
Branch: stable/newton

commit d5cd809f25ca3ee0fc900ba0ee6696f54b7ba378
Author: Jesse Pretorius <email address hidden>
Date: Thu Mar 15 11:21:24 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: Ib57970262715258e9c26a99707f96a370d95b933
    Partial-Bug: #1750656