Create identity-specs git repo

This creates the openstack/identity-specs repository which will store
blueprint information for the OpenStack Identity projects from the
Juno cycle onwards.

Change-Id: I4be0776e6c3bca6c4e6b2dda188dd19f5f5fd6d2
This commit is contained in:
Morgan Fainberg 2014-05-18 18:41:36 -04:00
parent fa59ac7351
commit 8a7cb9b061
5 changed files with 32 additions and 0 deletions

View File

@ -569,6 +569,7 @@ openstack-keystone:
projects: projects:
- openstack/keystone - openstack/keystone
- openstack/identity-api - openstack/identity-api
- openstack/identity-specs
- openstack/python-keystoneclient - openstack/python-keystoneclient
branches: branches:
- master - master

View File

@ -0,0 +1,11 @@
[access "refs/heads/*"]
label-Code-Review = -2..+2 group keystone-core
label-Workflow = -1..+1 group keystone-core
abandon = group keystone-core
[project]
state = active
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = True

View File

@ -599,6 +599,16 @@
envlist: publishdocs envlist: publishdocs
- project:
name: identity-specs
github-org: openstack
node: bare-precise
tarball-site: tarballs.openstack.org
jobs:
- gate-{name}-python27
- gate-{name}-docs
- project: - project:
name: image-api name: image-api
github-org: openstack github-org: openstack

View File

@ -236,6 +236,8 @@
group: openstack-api-site group: openstack-api-site
options: options:
- direct-release - direct-release
- project: openstack/identity-specs
group: keystone
- project: openstack/image-api - project: openstack/image-api
group: openstack-api-site group: openstack-api-site
options: options:

View File

@ -2432,6 +2432,14 @@ projects:
post: post:
- identity-api-tox-doc-publishdocs - identity-api-tox-doc-publishdocs
- name: openstack/identity-specs
check:
- gate-identity-specs-python27
- gate-identity-specs-docs
gate:
- gate-identity-specs-python27
- gate-identity-specs-docs
- name: openstack/image-api - name: openstack/image-api
template: template:
- name: openstack-doc-gate - name: openstack-doc-gate