From 6e73b107f80db662ec02d0ae4de44c8bf84c2860 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 6 Mar 2014 08:51:02 -0800 Subject: [PATCH] Create ACL groups for oslo.rootwrap The primary maintainer of oslo.rootwrap (ttx) is not in the oslo-core group. Rather than remembering to treat his +1 as a +2, we should have a separate group for managing oslo.rootwrap, as we do with some of the other oslo libraries. Change-Id: Iace9566d182444b11cc4936081ad9bf181865e4c --- .../gerrit/acls/openstack/oslo.rootwrap.config | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/openstack_project/files/gerrit/acls/openstack/oslo.rootwrap.config b/modules/openstack_project/files/gerrit/acls/openstack/oslo.rootwrap.config index 358e270cf5..82ba37d1de 100644 --- a/modules/openstack_project/files/gerrit/acls/openstack/oslo.rootwrap.config +++ b/modules/openstack_project/files/gerrit/acls/openstack/oslo.rootwrap.config @@ -1,13 +1,13 @@ [access "refs/heads/*"] - label-Code-Review = -2..+2 group oslo-core - label-Approved = +0..+1 group oslo-core - workInProgress = group oslo-core + label-Code-Review = -2..+2 group oslo-rootwrap-core + label-Approved = +0..+1 group oslo-rootwrap-core + workInProgress = group oslo-rootwrap-core [access "refs/heads/milestone-proposed"] - label-Code-Review = -2..+2 group oslo-milestone - label-Approved = +0..+1 group oslo-milestone + label-Code-Review = -2..+2 group oslo-rootwrap-milestone + label-Approved = +0..+1 group oslo-rootwrap-milestone [access "refs/tags/*"] - create = group oslo-core - pushTag = group oslo-core + create = group oslo-rootwrap-core + pushTag = group oslo-rootwrap-core [project] state = active [receive]