Import cl-openstack-client libraries

Change-Id: I210cc7ccb54a89a3d3d92100262d19fff1f37083
Reviewed-on: https://review.openstack.org/33170
Approved: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Tested-by: Jenkins
This commit is contained in:
Julien Danjou 2013-06-15 22:35:58 +02:00 committed by Jenkins
parent ef7e880d26
commit 5381f598ec
4 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,11 @@
[access "refs/heads/*"]
label-Code-Review = -2..+2 group cl-openstack-client-core
label-Approved = +0..+1 group cl-openstack-client-core
workInProgress = group cl-openstack-client-core
[project]
state = active
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -755,3 +755,7 @@ projects:
- name: stackforge/cookbook-openstack-dashboard
check:
- gate-noop
- name: stackforge/cl-openstack-client
check:
- gate-noop

View File

@ -2089,3 +2089,9 @@ projects:
- gate-noop
gate:
- gate-noop
- name: stackforge/cl-openstack-client
check:
- gate-noop
gate:
- gate-noop

View File

@ -314,3 +314,6 @@
- project: stackforge/novaimagebuilder
description: Image building tool for OpenStack.
upstream: git://github.com/redhat-openstack/image-building-poc.git
- project: stackforge/cl-openstack-client
description: Common Lisp OpenStack client libraries
upstream: git://github.com/jd/cl-openstack-client.git