Adding action to policy.json
After reviewing code found out the volume:create_snapshot policy.json action is missing so added it to the policy.json file. Closes-bug: #1530196 Change-Id: I2a0bf01bc465b0bcbe7ea0b7c65b90851ddfac2c
This commit is contained in:
parent
257aa0f862
commit
612abc48c1
@ -16,6 +16,7 @@
|
||||
"volume:update_volume_admin_metadata": "rule:admin_api",
|
||||
"volume:get_snapshot": "rule:admin_or_owner",
|
||||
"volume:get_all_snapshots": "rule:admin_or_owner",
|
||||
"volume:create_snapshot": "rule:admin_or_owner",
|
||||
"volume:delete_snapshot": "rule:admin_or_owner",
|
||||
"volume:update_snapshot": "rule:admin_or_owner",
|
||||
"volume:extend": "rule:admin_or_owner",
|
||||
|
Loading…
Reference in New Issue
Block a user