summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-11-26 15:35:00 +0000
committerGerrit Code Review <review@openstack.org>2015-11-26 15:35:00 +0000
commit63cebcb0ea4b58f33b5cea52126a3ce8be93b8a5 (patch)
tree1ab7d059d9e21621a742dcf28666f2170f5b4796 /etc
parent50395d41e90f9f4cb9d7f33134a1197726fb7bda (diff)
parent2e76bb0716c39850f3394fa6d67b3688bd930eca (diff)
downloadheat-63cebcb0ea4b58f33b5cea52126a3ce8be93b8a5.tar.gz
Merge "Add APIs implementation for output functions"
Diffstat (limited to 'etc')
-rw-r--r--etc/heat/policy.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/heat/policy.json b/etc/heat/policy.json
index 1c8cd0271..1be98e8f7 100644
--- a/etc/heat/policy.json
+++ b/etc/heat/policy.json
@@ -62,6 +62,8 @@
"stacks:delete_snapshot": "rule:deny_stack_user",
"stacks:list_snapshots": "rule:deny_stack_user",
"stacks:restore_snapshot": "rule:deny_stack_user",
+ "stacks:list_outputs": "rule:deny_stack_user",
+ "stacks:show_output": "rule:deny_stack_user",
"software_configs:global_index": "rule:deny_everybody",
"software_configs:index": "rule:deny_stack_user",