Comment 2 for bug 1958471

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

Reviewed: https://review.opendev.org/c/openstack/tripleo-common/+/825418
Committed: https://opendev.org/openstack/tripleo-common/commit/2cd1fbd87bfde7ec318356178d1ca4c68859e916
Submitter: "Zuul (22348)"
Branch: master

commit 2cd1fbd87bfde7ec318356178d1ca4c68859e916
Author: Takashi Kajinami <email address hidden>
Date: Thu Jan 20 10:42:04 2022 +0900

    Fix reference to undefined variables when heat-config times out

    When an async task times out, it doesn't register its result and
    the subsequent task which refers to the result can't look up details
    like stderr output or return code.

    This change defines the default values to fix reference to unefined
    variables.

    Closes-Bug: #1958471
    Change-Id: I5049e88872bfe3aa8072804cb67e8f7178951d9d