From 28ceb09dad9a07254b8e0e00c58c1b88b045ac7a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Rossigneux?= <francois.rossigneux@inria.fr>
Date: Thu, 4 Jul 2013 20:55:52 +0200
Subject: [PATCH] New project: python-climateclient.

Change-Id: I935420b6665fb169f52a5b37713a1dd4d869a999
---
 .../acls/stackforge/python-climateclient.config       | 11 +++++++++++
 modules/openstack_project/files/zuul/layout.yaml      |  6 ++++++
 .../templates/review.projects.yaml.erb                |  2 ++
 3 files changed, 19 insertions(+)
 create mode 100644 modules/openstack_project/files/gerrit/acls/stackforge/python-climateclient.config

diff --git a/modules/openstack_project/files/gerrit/acls/stackforge/python-climateclient.config b/modules/openstack_project/files/gerrit/acls/stackforge/python-climateclient.config
new file mode 100644
index 0000000000..3b6f42d5f3
--- /dev/null
+++ b/modules/openstack_project/files/gerrit/acls/stackforge/python-climateclient.config
@@ -0,0 +1,11 @@
+[access "refs/heads/*"]
+        label-Code-Review = -2..+2 group climate-core
+        label-Approved = +0..+1 group climate-core
+        workInProgress = group climate-core
+[project]
+        state = active
+[receive]
+        requireChangeId = true
+        requireContributorAgreement = true
+[submit]
+        mergeContent = true
diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml
index e5e1ffa87d..45fda84cd6 100644
--- a/modules/openstack_project/files/zuul/layout.yaml
+++ b/modules/openstack_project/files/zuul/layout.yaml
@@ -1983,6 +1983,12 @@ projects:
     gate:
       - gate-noop
 
+  - name: stackforge/python-climateclient
+    check:
+      - gate-noop
+    gate:
+      - gate-noop
+
   - name: stackforge/python-marconiclient
     check:
       - gate-python-marconiclient-pep8
diff --git a/modules/openstack_project/templates/review.projects.yaml.erb b/modules/openstack_project/templates/review.projects.yaml.erb
index 87f147f3c1..995c6e844c 100644
--- a/modules/openstack_project/templates/review.projects.yaml.erb
+++ b/modules/openstack_project/templates/review.projects.yaml.erb
@@ -152,6 +152,8 @@
 - project: stackforge/climate
   description: OpenStack Reservation Service
   upstream: git://github.com/jd/climate.git
+- project: stackforge/python-climateclient
+  description: Client for OpenStack Climate
 - project: openstack-infra/gearman-plugin
   description: The jenkins gearman plugin
 - project: stackforge/packstack