summaryrefslogtreecommitdiff
path: root/designate/common/policies/quota.py
diff options
context:
space:
mode:
Diffstat (limited to 'designate/common/policies/quota.py')
-rw-r--r--designate/common/policies/quota.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/designate/common/policies/quota.py b/designate/common/policies/quota.py
index f430d9a7..0ddb4459 100644
--- a/designate/common/policies/quota.py
+++ b/designate/common/policies/quota.py
@@ -50,7 +50,7 @@ deprecated_reset_quotas = policy.DeprecatedRule(
rules = [
policy.DocumentedRuleDefault(
name="get_quotas",
- check_str=base.SYSTEM_OR_PROJECT_READER,
+ check_str=base.SYSTEM_OR_PROJECT_READER_OR_ALL_TENANTS_READER,
scope_types=['system', 'project'],
description="View Current Project's Quotas.",
operations=[