From: Ajaya Agrawal Date: Tue, 18 Nov 2014 12:18:03 +0000 (+0530) Subject: Added missing rules in policy.json X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=6ec4197eb20770c57dace7627e64657feddc811f;p=openstack-build%2Fcinder-build.git Added missing rules in policy.json The policy file was missing rules corresponding to volume get and volume delete. Change-Id: I414fabaf9e6a81d6973803bec5d47a75bf433470 --- diff --git a/etc/cinder/policy.json b/etc/cinder/policy.json index 8f3a7b2f9..64206ed62 100644 --- a/etc/cinder/policy.json +++ b/etc/cinder/policy.json @@ -6,6 +6,8 @@ "admin_api": "is_admin:True", "volume:create": "", + "volume:delete": "", + "volume:get": "", "volume:get_all": "", "volume:get_volume_metadata": "", "volume:get_volume_admin_metadata": "rule:admin_api",