Comment 6 for bug 1229415

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

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

commit ff195c471299b429085b7323555d30b7b4a3e0bd
Author: Pablo Andres Fuente <email address hidden>
Date: Tue Jan 21 18:11:29 2014 -0300

    Native Pseudo Parameters

    This is the second patch in order to implement native pseudo parameters
    for HOT templates.

    The current pseudo-parameters (AWS:: ones) are now mapped to "native"
    parameter names.

    Now HOTemplate uses HOTParameters instead of Parameters in order to
    set up correctly the stack id, which for the HOTemplates is an uuid and
    for CFN templates is an arn.

    Change-Id: I6361ef1aae55eee762c3f21c9c01ae6ca4a9ff01
    Implements: blueprint native-pseudo-params
    Closes-Bug: #1229415