summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorThomas Herve <thomas.herve@enovance.com>2014-04-30 18:35:40 +0200
committerThomas Herve <thomas.herve@enovance.com>2014-08-19 18:29:38 -0400
commitf72555db752132b3b4e0bd2d85e90ff1f11cc37c (patch)
treef6257495d7666f1abbcfce456e9e1021e6e58cce /etc
parentf353560e398752175c947fee1443638dbf422d68 (diff)
downloadheat-f72555db752132b3b4e0bd2d85e90ff1f11cc37c.tar.gz
Implement snapshot listing
Add a new HTTP API to list a stack snapshots, along with the new method. blueprint stack-snapshot Co-Authored-By: ala.rezmerita@cloudwatt.com Change-Id: I59eb7e035c19d2734c89a79848dec35f4468a1a0
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 50c5689c3..982480693 100644
--- a/etc/heat/policy.json
+++ b/etc/heat/policy.json
@@ -54,6 +54,7 @@
"stacks:snapshot": "rule:deny_stack_user",
"stacks:show_snapshot": "rule:deny_stack_user",
"stacks:delete_snapshot": "rule:deny_stack_user",
+ "stacks:list_snapshots": "rule:deny_stack_user",
"software_configs:create": "rule:deny_stack_user",
"software_configs:show": "rule:deny_stack_user",