diff --git a/zun/common/policies/quota_class.py b/zun/common/policies/quota_class.py index 4d34f67d3..ac81a837a 100644 --- a/zun/common/policies/quota_class.py +++ b/zun/common/policies/quota_class.py @@ -30,7 +30,7 @@ rules = [ ), policy.DocumentedRuleDefault( name=QUOTA_CLASS % 'get', - check_str=base.RULE_ADMIN_OR_OWNER, + check_str=base.RULE_ADMIN_API, description='List quotas for specific quota class', operations=[ {