Comment 128 for bug 1750656

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

Reviewed: https://review.openstack.org/553345
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_cinder/commit/?id=6c2fb4ef75e9232cbd8f19673755cb88de1d08e8
Submitter: Zuul
Branch: stable/newton

commit 6c2fb4ef75e9232cbd8f19673755cb88de1d08e8
Author: Jesse Pretorius <email address hidden>
Date: Thu Mar 15 11:25:25 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: I6260f408065b26a1d2e7404266c0ccee30d06d9f
    Partial-Bug: #1750656