Comment 133 for bug 1750656

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

Reviewed: https://review.openstack.org/553357
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_tempest/commit/?id=500bea4b54c36dff471005831c45cd5c4aca36c3
Submitter: Zuul
Branch: stable/newton

commit 500bea4b54c36dff471005831c45cd5c4aca36c3
Author: Jesse Pretorius <email address hidden>
Date: Thu Mar 15 11:34:31 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: I49351d7234fc39d25ba03f01f7e524c963334992
    Partial-Bug: #1750656