Comment 132 for bug 1750656

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

Reviewed: https://review.openstack.org/553350
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_magnum/commit/?id=9dc110a096f103d5312700527f8d7417f0cb0b85
Submitter: Zuul
Branch: stable/newton

commit 9dc110a096f103d5312700527f8d7417f0cb0b85
Author: Jesse Pretorius <email address hidden>
Date: Thu Mar 15 11:29:07 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.

    Depends-On: https://review.openstack.org/553462
    Change-Id: Id564e84ee69093c781357d7f3c78dbf612e1d130
    Partial-Bug: #1750656