Add new project gos-brick

This is a golang version of os-brick library for managing local
volume attaches.

Change-Id: I21196ac7081bd562532b3840130a75b28c353f60
This commit is contained in:
Hongbin Lu 2017-05-26 17:24:40 -04:00
parent beeb812d3c
commit 39ad63336f
4 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,15 @@
[access "refs/heads/*"]
abandon = group gos-brick-core
create = group gos-brick-release
label-Code-Review = -2..+2 group gos-brick-core
label-Workflow = -1..+1 group gos-brick-core
[access "refs/tags/*"]
pushSignedTag = group gos-brick-release
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -4592,6 +4592,8 @@
description: OpenStack API client for golang
- project: openstack/golang-commons
description: Oslo-style support for logging and configuration in Go language
- project: openstack/gos-brick
description: Volume discovery and local storage management lib for golang.
- project: openstack/governance
description: OpenStack Technical Committee Decisions
- project: openstack/governance-uc

View File

@ -5134,6 +5134,12 @@
jobs:
- golang-jobs
- project:
name: gos-brick
jobs:
- golang-jobs
- project:
name: governance
docroot: tc

View File

@ -10532,6 +10532,11 @@ projects:
- name: merge-check
- name: golang-jobs
- name: openstack/gos-brick
template:
- name: merge-check
- name: golang-jobs
- name: openstack/governance
template:
- name: merge-check