From b4b262f1ecc06cb45c655eb2b2a647e6a2145f9d Mon Sep 17 00:00:00 2001 From: Paul Hummer Date: Thu, 6 Oct 2016 08:24:58 -0600 Subject: [PATCH] Add branch creation acl for nova-lxd project. nova-lxd didn't have branch creation permissions granted to anyone. This is a problem when it comes time to release. This patch adds the acl so that nova-lxd-core can create branches. Change-Id: I66fc66ba0eae269390f40a9fd679d73c3fc0ccc6 --- gerrit/acls/openstack/nova-lxd.config | 1 + 1 file changed, 1 insertion(+) diff --git a/gerrit/acls/openstack/nova-lxd.config b/gerrit/acls/openstack/nova-lxd.config index 4da00ad41c..0ce6926498 100644 --- a/gerrit/acls/openstack/nova-lxd.config +++ b/gerrit/acls/openstack/nova-lxd.config @@ -1,5 +1,6 @@ [access "refs/heads/*"] abandon = group nova-lxd-core +create = group nova-lxd-core label-Code-Review = -2..+2 group nova-lxd-core label-Workflow = -1..+1 group nova-lxd-core