summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorPavlo Shchelokovskyy <pshchelokovskyy@mirantis.com>2014-06-18 21:02:59 +0300
committerPavlo Shchelokovskyy <pshchelokovskyy@mirantis.com>2014-09-17 11:57:49 +0300
commitc8dfe2c1002004e9993ae98436d778698b02dd8b (patch)
tree47b4631280a9d1892080ed07d88699153afaa0fe /etc
parentcd3e9103128aed44b7d85869d95c2f8314403bdf (diff)
downloadheat-c8dfe2c1002004e9993ae98436d778698b02dd8b.tar.gz
Implement CFN CancelUpdateStack action
Change-Id: I7a4d9de34448f6f3ad964e36347a80a2f2140251 Implements: blueprint cancel-update-stack
Diffstat (limited to 'etc')
-rw-r--r--etc/heat/policy.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/heat/policy.json b/etc/heat/policy.json
index 62143febf..f95144aac 100644
--- a/etc/heat/policy.json
+++ b/etc/heat/policy.json
@@ -8,6 +8,7 @@
"cloudformation:DescribeStacks": "rule:deny_stack_user",
"cloudformation:DeleteStack": "rule:deny_stack_user",
"cloudformation:UpdateStack": "rule:deny_stack_user",
+ "cloudformation:CancelUpdateStack": "rule:deny_stack_user",
"cloudformation:DescribeStackEvents": "rule:deny_stack_user",
"cloudformation:ValidateTemplate": "rule:deny_stack_user",
"cloudformation:GetTemplate": "rule:deny_stack_user",