Comment 118 for bug 1750656

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

Reviewed: https://review.openstack.org/553359
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-repo_build/commit/?id=d383ea7cbeacd78f6dfd03a4c99e8db79562fced
Submitter: Zuul
Branch: stable/newton

commit d383ea7cbeacd78f6dfd03a4c99e8db79562fced
Author: Jesse Pretorius <email address hidden>
Date: Thu Mar 15 11:38:46 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: I9b32eb1aa5a126968ae9bb039318c8431851e86e
    Partial-Bug: #1750656