From 73696a48c2b66ba02408c5634bb1277337cae4ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Dulko?= Date: Wed, 16 Dec 2015 16:19:42 +0100 Subject: [PATCH] Add volume_extensions:quotas:delete to policy.json Aformentioned entry was missing from default policy.json file, so the call wasn't blocked for non-admin user. It was failing on Keystone connection and resulted in 500 HTTP error. This addition fixes the issue. Closes-Bug: 1526839 Change-Id: Ib26670ea60b3e9193d91183aee35cd8aaf733068 --- etc/cinder/policy.json | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/cinder/policy.json b/etc/cinder/policy.json index 1b07629a9..bcb53c48a 100644 --- a/etc/cinder/policy.json +++ b/etc/cinder/policy.json @@ -36,6 +36,7 @@ "volume_extension:quotas:show": "", "volume_extension:quotas:update": "rule:admin_api", + "volume_extension:quotas:delete": "rule:admin_api", "volume_extension:quota_classes": "rule:admin_api", "volume_extension:volume_admin_actions:reset_status": "rule:admin_api", -- 2.45.2