Comment 3 for bug 1240888

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

Reviewed: https://review.openstack.org/58301
Committed: http://github.com/openstack/heat/commit/c4f0be36648d94bec439761399fbaeedab4e131e
Submitter: Jenkins
Branch: master

commit c4f0be36648d94bec439761399fbaeedab4e131e
Author: Alexander Chudnovets <email address hidden>
Date: Mon Nov 25 16:42:51 2013 +0200

    Fix not correct AWS::StackId value

    Add call of method _set_param_stackid() to method update_task() in class
    parser.Stack. This ensures that an updated stack still has the right
    AWS::StackId param.
    Add a unit test for this case.

    Change-Id: I0d28346631546577a85735292a24c2512476d4b4
    Closes-Bug: #1240888