Comment 5 for bug 1466748

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

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

commit bf60398c906b3140553976513e9f08ecc44433c8
Author: Zane Bitter <email address hidden>
Date: Fri Mar 4 18:30:28 2016 -0500

    Resolve arguments to 'repeat' function at runtime

    This fixes a regression caused by a7c4b2332f9d1accaa89b51fbc3b09014995983a
    in evaluating the 'for_each' argument too early (at parse time - before the
    result of runtime functions like get_attr are available), while preserving
    the fix for bug 1466748 in allowing intrinsic functions to be used in the
    argument.

    Change-Id: If1e9c754ef372de2f7edd32a9a8247eb271c5871
    Closes-Bug: #1553306
    Related-Bug: #1466748