Comment 26 for bug 1256049

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

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

commit cfd967db3ab9806b2c8c551c5b174bd669d44a71
Author: Steven Hardy <email address hidden>
Date: Thu Nov 28 16:55:50 2013 +0000

    Fix missing policy enforcement in CFN API

    Currently the CreateStack and UpdateStack actions aren't correctly
    enforcing the policy, so add calls to _enforce which fixes that,
    and rework the test to illustrate the issue.

    Change-Id: Ia5c2e65512ab9d1c163171f8617c081ab96745e5
    Closes-Bug: #1256049