diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-11-26 15:35:00 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-11-26 15:35:00 +0000 |
commit | 63cebcb0ea4b58f33b5cea52126a3ce8be93b8a5 (patch) | |
tree | 1ab7d059d9e21621a742dcf28666f2170f5b4796 /etc | |
parent | 50395d41e90f9f4cb9d7f33134a1197726fb7bda (diff) | |
parent | 2e76bb0716c39850f3394fa6d67b3688bd930eca (diff) | |
download | heat-63cebcb0ea4b58f33b5cea52126a3ce8be93b8a5.tar.gz |
Merge "Add APIs implementation for output functions"
Diffstat (limited to 'etc')
-rw-r--r-- | etc/heat/policy.json | 2 |
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", |