Merge "Change quota_class policy to admin only"

This commit is contained in:
Zuul 2018-08-14 16:10:51 +00:00 committed by Gerrit Code Review
commit c3418885fa
1 changed files with 1 additions and 1 deletions

View File

@ -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=[
{