Added novaimagebuilder project to StackForge.

Change-Id: Ibf38f49e46ac6353505a5db877e4b1a29edac84c
Reviewed-on: https://review.openstack.org/32642
Approved: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Tested-by: Jenkins
This commit is contained in:
Dennis Kliban 2013-06-11 16:08:51 -04:00 committed by Jenkins
parent c7ebbbed16
commit fa57b3d16a
3 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,12 @@
[access "refs/heads/*"]
label-Code-Review = -2..+2 group novaimagebuilder-core
label-Approved = +0..+1 group novaimagebuilder-core
workInProgress = group novaimagebuilder-core
[access "refs/tags/*"]
create = group novaimagebuilder-core
pushTag = group novaimagebuilder-core
[receive]
requireChangeId = true
requireContributorAgreement = false
[submit]
mergeContent = true

View File

@ -2084,3 +2084,9 @@ projects:
- gate-taskflow-pep8
- gate-taskflow-python27
- gate-taskflow-python26
- name: stackforge/novaimagebuilder
check:
- gate-noop
gate:
- gate-noop

View File

@ -311,3 +311,6 @@
- project: stackforge/barbican
description: "Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack environments."
upstream: git://github.com/cloudkeep/barbican.git
- project: stackforge/novaimagebuilder
description: Image building tool for OpenStack.
upstream: git://github.com/redhat-openstack/image-building-poc.git