Files
system-config/modules/openstack_project/files/gerrit/acls/openstack-dev/devstack.config
Monty Taylor 9f2fc2be46 Add acls for all of the projects.
Go ahead and shove the current state of the acls into the tree. This
should make future management of them much easier.

Change-Id: Ia527e0f6fb2ecf707fb5f570a08496cd40f19cd1
Reviewed-on: https://review.openstack.org/16082
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Tested-by: Jenkins
2012-11-14 21:31:28 +00:00

16 lines
502 B
Plaintext

[access "refs/*"]
owner = group Administrators
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true
[access "refs/heads/*"]
label-Code-Review = -2..+2 group devstack-core
label-Approved = +0..+1 group devstack-core
[access "refs/heads/stable/*"]
exclusiveGroupPermissions = label-Code-Review label-Approved
label-Code-Review = -2..+2 group devstack-core
label-Code-Review = -1..+1 group Registered Users
label-Approved = +0..+1 group devstack-core