Merge "Change wrong "admin" scope in floatingip_pools to correct "system""

This commit is contained in:
Zuul 2021-04-28 21:25:51 +00:00 committed by Gerrit Code Review
commit 912c8a15a0
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ rules = [
'path': '/floatingip_pools',
},
],
scope_types=['admin', 'project'],
scope_types=['system', 'project'],
deprecated_rule=policy.DeprecatedRule(
name='get_floatingip_pool',
check_str=base.RULE_ANY,