From 259343d0e41b961affa163db48208782958cfc82 Mon Sep 17 00:00:00 2001
From: Slamet Hendry <slamet.hendry@gmail.com>
Date: Sun, 26 May 2013 15:44:22 +0700
Subject: [PATCH] bug 1183607 New project request: golang-client

Change-Id: I8fa59dc042110cd678bb5b89671f995e012cf7c5
Reviewed-on: https://review.openstack.org/30623
Reviewed-by: James E. Blair <corvus@inaugust.com>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
---
 .../gerrit/acls/stackforge/golang-client.config      | 12 ++++++++++++
 modules/openstack_project/files/zuul/layout.yaml     |  6 ++++++
 .../templates/review.projects.yaml.erb               |  2 ++
 3 files changed, 20 insertions(+)
 create mode 100644 modules/openstack_project/files/gerrit/acls/stackforge/golang-client.config

diff --git a/modules/openstack_project/files/gerrit/acls/stackforge/golang-client.config b/modules/openstack_project/files/gerrit/acls/stackforge/golang-client.config
new file mode 100644
index 0000000000..5bd934c679
--- /dev/null
+++ b/modules/openstack_project/files/gerrit/acls/stackforge/golang-client.config
@@ -0,0 +1,12 @@
+[access "refs/heads/*"]
+        label-Code-Review = -2..+2 group golang-client-core
+        label-Approved = +0..+1 group golang-client-core
+        workInProgress = group golang-client-core
+[access "refs/tags/*"]
+        create = group golang-client-core
+        pushTag = group golang-client-core
+[receive]
+        requireChangeId = true
+        requireContributorAgreement = true
+[submit]
+        mergeContent = true
\ No newline at end of file
diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml
index 0fa0f60f80..30cc06762f 100644
--- a/modules/openstack_project/files/zuul/layout.yaml
+++ b/modules/openstack_project/files/zuul/layout.yaml
@@ -1969,3 +1969,9 @@ projects:
       - gate-noop
     gate:
       - gate-noop
+
+  - name: stackforge/golang-client
+    check:
+      - gate-noop
+    gate:
+      - gate-noop
diff --git a/modules/openstack_project/templates/review.projects.yaml.erb b/modules/openstack_project/templates/review.projects.yaml.erb
index 2b544713f8..9c05cdfe2d 100644
--- a/modules/openstack_project/templates/review.projects.yaml.erb
+++ b/modules/openstack_project/templates/review.projects.yaml.erb
@@ -292,3 +292,5 @@
 - project: stackforge/occi-os
   description: OCCI-OS provides a python egg which can be easily deployed in OpenStack and will thereby add OCCI support and interface to OpenStack.
   upstream: git://github.com/tmetsch/occi-os.git
+- project: stackforge/golang-client
+  description: OpenStack API client for golang