Comment 114 for bug 1750656

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

Reviewed: https://review.openstack.org/553360
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-repo_server/commit/?id=e7f5ccab43d644f206f1d54a7ea8957195b305ff
Submitter: Zuul
Branch: stable/newton

commit e7f5ccab43d644f206f1d54a7ea8957195b305ff
Author: Jesse Pretorius <email address hidden>
Date: Thu Mar 15 11:40:04 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: Id48c745dda308323c7e7c9d36f54b900fe83e910
    Partial-Bug: #1750656