Merge "Use ADMIN_ONLY constant in policy rules"

This commit is contained in:
Zuul 2019-01-03 16:48:51 +00:00 committed by Gerrit Code Review
commit 2eee5ce7b4
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ rules = [
description='Access rule for getting binding profile of port'),
policy.RuleDefault(
'get_port:resource_request',
'rule:admin_only',
base.RULE_ADMIN_ONLY,
description='Access rule for getting resource request of port'),
# TODO(amotoki): Add get_port:binding:vnic_type
# TODO(amotoki): Add get_port:binding:data_plane_status