Comment 12 for bug 1958471

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

Reviewed: https://review.opendev.org/c/openstack/tripleo-common/+/829030
Committed: https://opendev.org/openstack/tripleo-common/commit/f8e854a6737dee0663d6e6e732e209a317a9dfa0
Submitter: "Zuul (22348)"
Branch: stable/train

commit f8e854a6737dee0663d6e6e732e209a317a9dfa0
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
    (cherry picked from commit 2cd1fbd87bfde7ec318356178d1ca4c68859e916)
    (cherry picked from commit 64e0dc7fdf69bb4363764efcf4536f938803c76e)
    (cherry picked from commit f105287f17242ef7570a34b6817af3032edc912a)