Merge "Allow system_scope personas (SYSTEM_ADMIN) to create router"

This commit is contained in:
Zuul 2021-04-24 09:15:22 +00:00 committed by Gerrit Code Review
commit c489778db4
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ rules = [
policy.DocumentedRuleDefault(
name='create_router',
check_str=base.SYSTEM_ADMIN_OR_PROJECT_MEMBER,
scope_types=['project'],
scope_types=['system', 'project'],
description='Create a router',
operations=ACTION_POST,
deprecated_rule=policy.DeprecatedRule(