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
This commit is contained in:
Brian Rosmaita 2020-03-19 16:22:37 -04:00
parent af1c4b810c
commit d435ae141a
1 changed files with 3 additions and 6 deletions

View File

@ -1,10 +1,7 @@
[access "refs/heads/*"]
abandon = group cinder-core
abandon = group devstack-core
label-Code-Review = -2..+2 group cinder-core
label-Code-Review = -2..+2 group devstack-core
label-Workflow = -1..+1 group cinder-core
label-Workflow = -1..+1 group devstack-core
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