Comment 126 for bug 1750656

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

Reviewed: https://review.openstack.org/553349
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_horizon/commit/?id=6501e93f6322dfedab0ac6ce9eb08c2b9e6be09b
Submitter: Zuul
Branch: stable/newton

commit 6501e93f6322dfedab0ac6ce9eb08c2b9e6be09b
Author: Jesse Pretorius <email address hidden>
Date: Thu Mar 15 11:27:55 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: I0b9b74cc05b338c24e6adac1af7a08e95c663666
    Partial-Bug: #1750656