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:
Andreas Jaeger
2015-06-18 20:37:40 +02:00
parent 6fa5ad4fe6
commit b8326f30f9

View File

@@ -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]