Comment 7 for bug 1887846

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-common (stable/ussuri)

Reviewed: https://review.opendev.org/742184
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=20f32171e4da9d029f40b54e7a0c61074fcda1ba
Submitter: Zuul
Branch: stable/ussuri

commit 20f32171e4da9d029f40b54e7a0c61074fcda1ba
Author: Emilien Macchi <email address hidden>
Date: Thu Jul 16 14:34:40 2020 -0400

    Retry fetching {{ deployment_uuid }}.notify.json file

    During a deployment, there is a small chance that right after
    55-heat-config run, the {{ deployment_uuid }}.notify.json file doesn't
    exist yet on the filesystem.

    This patch will retry to fetch the file during 20s and return an error
    message if it can't be found.

    Change-Id: Ia29944a07900ff36d5d4a5826cdd076d11864962
    Closes-Bug: #1887846
    (cherry picked from commit e6634751e5bb127e4513bb7fc6ce51ca4770a7e9)