Add API Working Group project
Adds configuration to support an API Working Group project. This will be used to develop API standards and guidelines across all the OpenStack projects Change-Id: Iecff31860eb36d124ebcc573d20f2a72dabdc8c4
This commit is contained in:
parent
0e0335195c
commit
2a262f2964
14
gerrit/acls/openstack/api-wg.config
Normal file
14
gerrit/acls/openstack/api-wg.config
Normal file
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group api-wg-core
|
||||
label-Code-Review = -2..+2 group api-wg-core
|
||||
label-Workflow = -1..+1 group api-wg-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group api-wg-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -278,6 +278,9 @@
|
||||
- openstack-api-site
|
||||
options:
|
||||
- direct-release
|
||||
- project: openstack/api-wg
|
||||
description: API Working Group
|
||||
upstream: git://github.com/jaypipes/openstack-api
|
||||
- project: openstack/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
|
||||
|
@ -2568,6 +2568,11 @@ projects:
|
||||
# Section: OpenStack API projects
|
||||
########################################################################
|
||||
|
||||
- name: openstack/api-wg
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: noop-jobs
|
||||
|
||||
- name: openstack/compute-api
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
x
Reference in New Issue
Block a user