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
+2 -1
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',