summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorThomas Herve <thomas.herve@enovance.com>2014-04-14 16:28:02 +0200
committerThomas Herve <thomas.herve@enovance.com>2014-08-11 14:04:00 +0200
commitc839e90d84f6d61727fdf30791d26df008a7ad78 (patch)
treea1cd42c0968cf8e35538bdecb0861c4914c161b9 /etc
parent6dd121c44dbe1a7cfd2a4c502d1c7bac9e3e3e01 (diff)
downloadheat-c839e90d84f6d61727fdf30791d26df008a7ad78.tar.gz
Add APIs to create and manipulate snapshots
This adds a new action on stacks to snapshots them, and specific actions to show and delete them. blueprint stack-snapshot Co-Authored-By: ala.rezmerita@cloudwatt.com Change-Id: I225b199f3a25a0b40653d654d7fab8cf9de3f242
Diffstat (limited to 'etc')
-rw-r--r--etc/heat/policy.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/heat/policy.json b/etc/heat/policy.json
index e3e8822b1..50c5689c3 100644
--- a/etc/heat/policy.json
+++ b/etc/heat/policy.json
@@ -51,6 +51,9 @@
"stacks:template": "rule:deny_stack_user",
"stacks:update": "rule:deny_stack_user",
"stacks:validate_template": "rule:deny_stack_user",
+ "stacks:snapshot": "rule:deny_stack_user",
+ "stacks:show_snapshot": "rule:deny_stack_user",
+ "stacks:delete_snapshot": "rule:deny_stack_user",
"software_configs:create": "rule:deny_stack_user",
"software_configs:show": "rule:deny_stack_user",