From 214676daadcee814f564abb94aed4047b8ca716a Mon Sep 17 00:00:00 2001
From: Monty Taylor <mordred@inaugust.com>
Date: Wed, 31 Jul 2013 19:15:26 -0400
Subject: [PATCH] Give horizon-ptl ack to tag django_openstack_auth

Change-Id: Iec34b42f8548ef90c355e22022d154ae51ae3226
---
 .../files/gerrit/acls/openstack/django_openstack_auth.config   | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/modules/openstack_project/files/gerrit/acls/openstack/django_openstack_auth.config b/modules/openstack_project/files/gerrit/acls/openstack/django_openstack_auth.config
index f5a3700c46..1665787abd 100644
--- a/modules/openstack_project/files/gerrit/acls/openstack/django_openstack_auth.config
+++ b/modules/openstack_project/files/gerrit/acls/openstack/django_openstack_auth.config
@@ -4,6 +4,9 @@
 [access "refs/heads/milestone-proposed"]
         label-Code-Review = -2..+2 group horizon-milestone
         label-Approved = +0..+1 group horizon-milestone
+[access "refs/tags/*"]
+        create = group horizon-ptl
+        pushTag = group horizon-ptl
 [project]
         state = active
 [receive]