summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorPeter Razumovsky <prazumovsky@mirantis.com>2015-10-21 16:44:16 +0300
committerPeter Razumovsky <prazumovsky@mirantis.com>2015-10-28 14:40:57 +0300
commit2e76bb0716c39850f3394fa6d67b3688bd930eca (patch)
tree71e4ae519f36da0d54f70463cd976d97e937ffd9 /etc
parent1c22402b2fc836349cff643270c55870c7839057 (diff)
downloadheat-2e76bb0716c39850f3394fa6d67b3688bd930eca.tar.gz
Add APIs implementation for output functions
APIImpact Add new APIs for showing and listing stack outputs. It can be used by heat client and separately for getting stack outputs. implements bp api-call-output Change-Id: Ia24b24f59e2c592801e4e670ba5510f642ecf45c
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",