Go Common Library for Oslo-style support

* Support for reading and accessing INI files used in OpenStack
* Support for generating logs in the same style as other OpenStack
  components
etc...

Change-Id: I7a17172349aff180b9e842f5b9d302f0ed4b6267
This commit is contained in:
Davanum Srinivas 2017-03-08 16:01:34 -05:00
parent e2475543f1
commit a311e220d4
4 changed files with 27 additions and 0 deletions

View File

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

View File

@ -4535,6 +4535,8 @@
description: A time series storage and resources index service.
- project: openstack/golang-client
description: OpenStack API client for golang
- project: openstack/golang-commons
description: Oslo-style support for logging and configuration in Go language
- project: openstack/governance
description: OpenStack Technical Committee Decisions
- project: openstack/governance-uc

View File

@ -4980,6 +4980,12 @@
jobs:
- golang-jobs
- project:
name: golang-commons
jobs:
- golang-jobs
- project:
name: governance
docroot: tc

View File

@ -10440,6 +10440,11 @@ projects:
- name: merge-check
- name: golang-jobs
- name: openstack/golang-commons
template:
- name: merge-check
- name: golang-jobs
- name: openstack/governance
template:
- name: merge-check