Merge "[Secure RBAC] Allow network owner to delete ports plugged to the network"

This commit is contained in:
Zuul 2023-02-01 21:44:29 +00:00 committed by Gerrit Code Review
commit 9b3e197161
1 changed files with 2 additions and 1 deletions

View File

@ -596,7 +596,8 @@ rules = [
check_str=base.policy_or(
base.ADMIN,
base.RULE_ADVSVC,
base.PROJECT_MEMBER
base.PROJECT_MEMBER,
base.RULE_NET_OWNER
),
scope_types=['project'],
description='Delete a port',