From d435ae141aaa0d5410819d4f991d7655ca900275 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Thu, 19 Mar 2020 16:22:37 -0400 Subject: [PATCH] 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 --- gerrit/acls/openstack/devstack-plugin-open-cas.config | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/gerrit/acls/openstack/devstack-plugin-open-cas.config b/gerrit/acls/openstack/devstack-plugin-open-cas.config index 1b84494532..101a50481f 100644 --- a/gerrit/acls/openstack/devstack-plugin-open-cas.config +++ b/gerrit/acls/openstack/devstack-plugin-open-cas.config @@ -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