Comment 2 for bug 1878063

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (master)

Reviewed: https://review.opendev.org/726913
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=21d1f773c72423765b8ec322751f4ab38b1a81a4
Submitter: Zuul
Branch: master

commit 21d1f773c72423765b8ec322751f4ab38b1a81a4
Author: Emilien Macchi <email address hidden>
Date: Mon May 11 13:39:06 2020 -0400

    healthchecks: check if fact is defined before checking its value

    When checking if keystone/nova healthchecks are healthy, make sure the
    registered fact is set (which can slip to a further retry if podman
    inspect took too much time to execute).

    That way, we process the retries without an error like found in the bug
    report.

    Change-Id: I9f5063c9c3b598afd5bd01447f00a1146a20f4c3
    Closes-Bug: #1878063