From ab3f815f97faf3d6e2787a3ee5792bbd2b6952ca Mon Sep 17 00:00:00 2001
From: "James E. Blair" <jeblair@openstack.org>
Date: Mon, 26 Aug 2013 09:04:37 -0700
Subject: [PATCH] Grant branch-creation to hacking-ptl

Also move tag-creation perms to hacking-ptl.

Change-Id: I28b25c865c81ab5250d82e88dfbeafecaff7b9ab
---
 .../files/gerrit/acls/openstack-dev/hacking.config          | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/modules/openstack_project/files/gerrit/acls/openstack-dev/hacking.config b/modules/openstack_project/files/gerrit/acls/openstack-dev/hacking.config
index 8b6aa12d83..9a6111ac56 100644
--- a/modules/openstack_project/files/gerrit/acls/openstack-dev/hacking.config
+++ b/modules/openstack_project/files/gerrit/acls/openstack-dev/hacking.config
@@ -1,9 +1,11 @@
+[access "refs/*"]
+        create = group hacking-ptl
 [access "refs/heads/*"]
         label-Approved = +0..+1 group hacking-core
         label-Code-Review = -2..+2 group hacking-core
 [access "refs/tags/*"]
-        create = group hacking-core
-        pushTag = group hacking-core
+        create = group hacking-ptl
+        pushTag = group hacking-ptl
 [project]
         state = active
 [receive]