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
"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",