Correct ACLs for Neutron sub-projects

Hyper-V and PowerVM both had incorrect ACLs for a few things, this patch
fixes those.

Change-Id: I20bcd8d3a72ff8b59e0b424bd9cbc96e3b82c007
Signed-off-by: Kyle Mestery <mestery@mestery.com>
This commit is contained in:
Kyle Mestery 2015-11-05 19:20:59 +00:00
parent 77d3be73fe
commit b77df46709
2 changed files with 24 additions and 4 deletions

View File

@ -1,11 +1,21 @@
[access "refs/for/refs/*"]
pushMerge = group neutron-release
[access "refs/heads/*"]
abandon = group networking-hyperv-core
create = group networking-hyperv-core
create = group neutron-release
label-Code-Review = -2..+2 group networking-hyperv-core
label-Workflow = -1..+1 group networking-hyperv-core
[access "refs/heads/stable/*"]
abandon = group neutron-stable-maint
exclusiveGroupPermissions = abandon label-Code-Review label-Workflow
label-Code-Review = -2..+2 group neutron-stable-maint
label-Code-Review = -1..+1 group Registered Users
label-Workflow = -1..+1 group neutron-stable-maint
[access "refs/tags/*"]
pushSignedTag = group networking-hyperv-release
pushSignedTag = group neutron-release
[receive]
requireChangeId = true

View File

@ -1,11 +1,21 @@
[access "refs/for/refs/*"]
pushMerge = group neutron-release
[access "refs/heads/*"]
abandon = group networking-powervm-core
create = group networking-powervm-core
create = group neutron-release
label-Code-Review = -2..+2 group networking-powervm-core
label-Workflow = -1..+1 group networking-powervm-core
[access "refs/heads/stable/*"]
abandon = group neutron-stable-maint
exclusiveGroupPermissions = abandon label-Code-Review label-Workflow
label-Code-Review = -2..+2 group neutron-stable-maint
label-Code-Review = -1..+1 group Registered Users
label-Workflow = -1..+1 group neutron-stable-maint
[access "refs/tags/*"]
pushSignedTag = group networking-powervm-release
pushSignedTag = group neutron-release
[receive]
requireChangeId = true