summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJason Dunsmore <jasondunsmore@gmail.com>2015-11-27 15:19:46 -0600
committerJason Dunsmore <jasondunsmore@gmail.com>2016-01-20 14:51:14 -0600
commitc63411eef60f6f851649544599ce39018a6aad3c (patch)
tree721a8935f45edf22ec3b7d6c1b90dde423a88ac3 /etc
parent47d59f2b1e5d0e1d0e2861f3e58e1a04e962d902 (diff)
downloadheat-c63411eef60f6f851649544599ce39018a6aad3c.tar.gz
Add REST API for stack export
APIImpact Closes-Bug: #1353670 Change-Id: I94d5abf5bfe148b4f25a2a8891e3cf4d1774e373
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 1be98e8f7..b4980d977 100644
--- a/etc/heat/policy.json
+++ b/etc/heat/policy.json
@@ -41,6 +41,7 @@
"stacks:create": "rule:deny_stack_user",
"stacks:delete": "rule:deny_stack_user",
"stacks:detail": "rule:deny_stack_user",
+ "stacks:export": "rule:deny_stack_user",
"stacks:generate_template": "rule:deny_stack_user",
"stacks:global_index": "rule:deny_everybody",
"stacks:index": "rule:deny_stack_user",