From 00323efbdbc773e379f29dbe14c9913aa317cb35 Mon Sep 17 00:00:00 2001 From: "Vincent S. Cojot" Date: Thu, 20 Apr 2017 10:24:46 -0400 Subject: Allow some ops --- etc/cinder/policy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/cinder/policy.json b/etc/cinder/policy.json index c25148c..5844cea 100644 --- a/etc/cinder/policy.json +++ b/etc/cinder/policy.json @@ -69,7 +69,7 @@ "volume_extension:volume_manage": "rule:admin_api and rule:deny_readonly", "volume_extension:volume_unmanage": "rule:admin_api and rule:deny_readonly", - "volume_extension:list_manageable": "rule:admin_api and rule:deny_readonly", + "volume_extension:list_manageable": "rule:admin_api", "volume_extension:capabilities": "rule:admin_api", -- cgit