Comment 82 for bug 1750656

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

Reviewed: https://review.openstack.org/553327
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-pip_install/commit/?id=4e708955be6675af8195c98d1cf543bb40f7757e
Submitter: Zuul
Branch: stable/newton

commit 4e708955be6675af8195c98d1cf543bb40f7757e
Author: Jesse Pretorius <email address hidden>
Date: Thu Mar 15 10:55:01 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: Icec853745b4aaa9f8745ec5cb42d85ccc606bac0
    Partial-Bug: #1750656