diff options
author | Jenkins <jenkins@review.openstack.org> | 2014-11-19 07:32:52 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2014-11-19 07:32:52 +0000 |
commit | bd243e8e6431c8bdf3c2e8376d83f6fba933e120 (patch) | |
tree | 5046985f12e7dca8861d843c74d2dd9261d9191c /etc/heat | |
parent | d8eb343c0542f0fb0c4dd4b41c0e5f18cd9ff5be (diff) | |
parent | e16036cd2ded2b0295120bd0eb7d830a71749206 (diff) | |
download | heat-bd243e8e6431c8bdf3c2e8376d83f6fba933e120.tar.gz |
Merge "Add snapshot restore HTTP API"
Diffstat (limited to 'etc/heat')
-rw-r--r-- | etc/heat/policy.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/heat/policy.json b/etc/heat/policy.json index f95144aac..5833f30a5 100644 --- a/etc/heat/policy.json +++ b/etc/heat/policy.json @@ -57,6 +57,7 @@ "stacks:show_snapshot": "rule:deny_stack_user", "stacks:delete_snapshot": "rule:deny_stack_user", "stacks:list_snapshots": "rule:deny_stack_user", + "stacks:restore_snapshot": "rule:deny_stack_user", "software_configs:create": "rule:deny_stack_user", "software_configs:show": "rule:deny_stack_user", |