Comment 33 for bug 1731349

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (stable/pike)

Reviewed: https://review.openstack.org/539659
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=cabb3b965c3358a0051facf1372aef6a679d7367
Submitter: Zuul
Branch: stable/pike

commit cabb3b965c3358a0051facf1372aef6a679d7367
Author: Zane Bitter <email address hidden>
Date: Mon Jan 8 17:23:12 2018 -0500

    Fix attribute caching in SoftwareDeploymentGroup

    When the parent template references the 'deploy_stdouts', 'deploy_stderrs',
    or 'deploy_status_codes' (all plural) attributes of
    SoftwareDeploymentGroup, ensure that outputs are generated that reference
    the corresponding 'deploy_stdout', 'deploy_stderr', or 'deploy_status_code'
    (all singular) attributes of the child template's SoftwareDeployment
    resources.

    Change-Id: Iff7101dbaa57602be68e3c7447971dacdd747880
    Closes-Bug: #1741552
    Partial-Bug: #1731349
    Related-Bug: #1660831
    (cherry picked from commit 3ec13d9a8fe1ccf03913ed0a02c720312c13332b)