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
This commit is contained in:
Slamet Hendry 2013-05-26 15:44:22 +07:00 committed by Jenkins
parent 383f547e50
commit 259343d0e4
3 changed files with 20 additions and 0 deletions

View File

@ -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

View File

@ -1969,3 +1969,9 @@ projects:
- gate-noop
gate:
- gate-noop
- name: stackforge/golang-client
check:
- gate-noop
gate:
- gate-noop

View File

@ -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