Comment 2 for bug 1498107

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

Reviewed: https://review.openstack.org/225961
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=a7ec465031c3429acfb91e5e4e105726dea607c7
Submitter: Jenkins
Branch: master

commit a7ec465031c3429acfb91e5e4e105726dea607c7
Author: Steven Hardy <email address hidden>
Date: Mon Sep 21 18:25:08 2015 +0100

    Don't pass defaults as parameters for TemplateResource

    The child_params calculation doesn't differentiate parameters
    provided via the properties vs those provided via the template
    defaults (defined in the nested stack template), which leads to
    confusing results when you look at the parameters for the nested
    stack, as the defaults are exposed as parameters passed in
    to the stack, when the parent didn't pass anything via properties.

    Closes-Bug: #1498107
    Change-Id: Ic58cdcd15db09cd8d8d3d52fadfb68aa5709e7d8