Comment 125 for bug 1750656

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

Reviewed: https://review.openstack.org/553344
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_ceilometer/commit/?id=9c89824af1eb1c635f66349222d76e6cf7eb7b16
Submitter: Zuul
Branch: stable/newton

commit 9c89824af1eb1c635f66349222d76e6cf7eb7b16
Author: Jesse Pretorius <email address hidden>
Date: Thu Mar 15 11:24:52 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: Icc2ce1e48b7dfcb8a339494ba8033d7ecc4565f2
    Partial-Bug: #1750656