Comment 27 for bug 1256049

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

Reviewed: https://review.openstack.org/61454
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=944c8b13b1bc9f8ad06bb8424946e1ffe5656df0
Submitter: Jenkins
Branch: stable/havana

commit 944c8b13b1bc9f8ad06bb8424946e1ffe5656df0
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