From abc75b7218565e780d1fcd69f5d728afc957dda7 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Thu, 1 Aug 2019 11:44:39 +0200 Subject: [PATCH] Fix ACL for compute-hyperv compute-hyperv was recently added as an official deliverable. Its ACL file still reflects the previous situation, where the release management team would not be in charge of tagging releases. This fixes the situation by removing the extra rights, as per releasemanagement team policy. Change-Id: I425a346b6afd31a7a6e3a07f7ec8e06c1a8d6f05 --- gerrit/acls/openstack/compute-hyperv.config | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gerrit/acls/openstack/compute-hyperv.config b/gerrit/acls/openstack/compute-hyperv.config index c7825f371a..bb757248d3 100644 --- a/gerrit/acls/openstack/compute-hyperv.config +++ b/gerrit/acls/openstack/compute-hyperv.config @@ -1,12 +1,8 @@ [access "refs/heads/*"] abandon = group compute-hyperv-core -create = group compute-hyperv-core label-Code-Review = -2..+2 group compute-hyperv-core label-Workflow = -1..+1 group compute-hyperv-core -[access "refs/tags/*"] -pushSignedTag = group compute-hyperv-release - [receive] requireChangeId = true requireContributorAgreement = true