Remove inherit-from from designate-dashboard ACL
Remove the inherit-from and replace it with the actual content. That way our tooling is easier and the ACLs are easier to understand. Change-Id: Ibda7ae984568cfcd7afb7038c441e6f6c0a7db72
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
[access]
|
||||
inheritFrom = openstack/designate
|
||||
|
||||
[access "refs/heads/*"]
|
||||
abandon = group designate-core
|
||||
abandon = group horizon-core
|
||||
label-Code-Review = -2..+2 group designate-core
|
||||
label-Code-Review = -2..+2 group horizon-core
|
||||
label-Workflow = -1..+1 group designate-core
|
||||
label-Workflow = -1..+1 group horizon-core
|
||||
|
||||
[access "refs/heads/stable/*"]
|
||||
create = group designate-release
|
||||
label-Code-Review = -2..+2 group designate-milestone
|
||||
label-Code-Review = -2..+2 group horizon-core
|
||||
label-Workflow = -1..+1 group designate-milestone
|
||||
label-Workflow = -1..+1 group horizon-core
|
||||
|
||||
[receive]
|
||||
|
Reference in New Issue
Block a user