project-config/gerrit/acls/openstack/devstack-plugin-open-cas.config
Brian Rosmaita d435ae141a Revise gerrit ACLs for devstack-plugin-open-cas
The devstack-plugin-open-cas repo was set up with cinder-core and
devstack-core having core permissions for the project.  Change this
to a project-specific gerrit group 'devstack-plugin-open-cas-core'.
Then cinder-core and devstack-core can be added as included groups
in gerrit, which will allow us to add cores to the project who
aren't in cinder-core or devstack-core (i.e., it will basically make
devstack-plugin-open-cas-core self-maintaining, as is the usual
situation).

Change-Id: I0fa0ca21220a5e9c8b3e8c26c31daa4326701e19
2020-03-19 16:27:15 -04:00

12 lines
292 B
Plaintext

[access "refs/heads/*"]
abandon = group devstack-plugin-open-cas-core
label-Code-Review = -2..+2 group devstack-plugin-open-cas-core
label-Workflow = -1..+1 group devstack-plugin-open-cas-core
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true