Add oslo-config project
oslo-config is the first set of APIs to graduate from oslo-incubator: https://blueprints.launchpad.net/oslo/+spec/oslo-config-package oslo-core has approval rights The repo is seeded from github:markmc/oslo-config which is the oslo-incubator repo translated using 'git filter-branch'. Change-Id: I07bbbf2d2c8974d5be736bcdb2511f79cb3bd8a2 Reviewed-on: https://review.openstack.org/20117 Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: Clark Boylan <clark.boylan@gmail.com> Tested-by: Jenkins
This commit is contained in:
parent
5d4a4fdeba
commit
7e3791d225
@ -34,6 +34,7 @@ openstack-dev:
|
||||
- openstack/keystone
|
||||
- openstack/nova
|
||||
- openstack/oslo-incubator
|
||||
- openstack/oslo-config
|
||||
- openstack/python-cinderclient
|
||||
- openstack/python-glanceclient
|
||||
- openstack/python-keystoneclient
|
||||
|
@ -261,6 +261,7 @@ class Sync(object):
|
||||
'openstack/openstack-planet',
|
||||
'openstack/openstack-puppet',
|
||||
'openstack/oslo-incubator',
|
||||
'openstack/oslo-config',
|
||||
'openstack/python-ceilometerclient',
|
||||
'openstack/python-cinderclient',
|
||||
'openstack/python-glanceclient',
|
||||
|
@ -0,0 +1,13 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group oslo-core
|
||||
label-Approved = +0..+1 group oslo-core
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group oslo-drivers
|
||||
label-Approved = +0..+1 group oslo-drivers
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -272,6 +272,19 @@
|
||||
- openstack-object-api-doc
|
||||
|
||||
|
||||
- project:
|
||||
name: oslo-config
|
||||
github-org: openstack
|
||||
node: precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
doc-publisher-site: docs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- openstack-publish-jobs
|
||||
- gate-{name}-pyflakes
|
||||
|
||||
|
||||
- project:
|
||||
name: oslo-incubator
|
||||
github-org: openstack
|
||||
|
@ -433,6 +433,23 @@ projects:
|
||||
release:
|
||||
- oslo-incubator-docs
|
||||
|
||||
- name: openstack/oslo-config
|
||||
check:
|
||||
- gate-oslo-config-docs
|
||||
- gate-oslo-config-pep8
|
||||
- gate-oslo-config-pyflakes
|
||||
- gate-oslo-config-python26
|
||||
- gate-oslo-config-python27
|
||||
gate:
|
||||
- gate-oslo-config-docs
|
||||
- gate-oslo-config-pep8
|
||||
- gate-oslo-config-python26
|
||||
- gate-oslo-config-python27
|
||||
post:
|
||||
- oslo-config-docs
|
||||
release:
|
||||
- oslo-config-docs
|
||||
|
||||
- name: openstack/quantum
|
||||
check:
|
||||
- gate-quantum-docs
|
||||
|
@ -92,6 +92,9 @@
|
||||
- project: openstack/oslo-incubator
|
||||
acl_config: /home/gerrit2/acls/openstack/oslo-incubator.config
|
||||
description: "Part of OpenStack's Oslo project. New Oslo APIs go through an incubation phase in this repository before being released as part of a proper Python library."
|
||||
- project: openstack/oslo-config
|
||||
acl_config: /home/gerrit2/acls/openstack/oslo-config.config
|
||||
upstream: git://github.com/markmc/oslo-config.git
|
||||
- project: openstack/python-ceilometerclient
|
||||
acl_config: /home/gerrit2/acls/openstack/python-ceilometerclient.config
|
||||
upstream: git://github.com/asalkeld/python-ceilometerclient.git
|
||||
|
Loading…
x
Reference in New Issue
Block a user