Import django_openstack_auth
Change-Id: If7656fa8abf6e5ea99ea10a3bd3e06d1c6b6ac3d
This commit is contained in:
parent
d570307881
commit
c516df57fe
@ -41,6 +41,7 @@ openstack-dev:
|
||||
projects:
|
||||
- openstack/ceilometer
|
||||
- openstack/cinder
|
||||
- openstack/django_openstack_auth
|
||||
- openstack/glance
|
||||
- openstack/horizon
|
||||
- openstack/keystone
|
||||
|
@ -0,0 +1,13 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group horizon-core
|
||||
label-Approved = +0..+1 group horizon-core
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group horizon-milestone
|
||||
label-Approved = +0..+1 group horizon-milestone
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -2,6 +2,10 @@
|
||||
name: gate-noop
|
||||
node: precise
|
||||
|
||||
- job:
|
||||
name: gate-django_openstack_auth-noop
|
||||
node: precise
|
||||
|
||||
- job-template:
|
||||
name: 'gate-{name}-run-tests'
|
||||
|
||||
|
@ -347,6 +347,19 @@
|
||||
- openstack-publish-jobs
|
||||
|
||||
|
||||
- project:
|
||||
name: django_openstack_auth
|
||||
github-org: openstack
|
||||
node: precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
doc-publisher-site: docs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- openstack-publish-jobs
|
||||
- pypi-jobs
|
||||
|
||||
|
||||
- project:
|
||||
name: identity-api
|
||||
github-org: openstack
|
||||
|
@ -130,6 +130,14 @@ jobs:
|
||||
voting: false
|
||||
- name: ^gate-puppet-.*-puppet-lint$
|
||||
voting: false
|
||||
- name: gate-django_openstack_auth-pep8
|
||||
voting: false
|
||||
- name: gate-django_openstack_auth-docs
|
||||
voting: false
|
||||
- name: gate-django_openstack_auth-python26
|
||||
voting: false
|
||||
- name: gate-django_openstack_auth-python27
|
||||
voting: false
|
||||
|
||||
|
||||
projects:
|
||||
@ -461,6 +469,31 @@ projects:
|
||||
- horizon-tarball
|
||||
- horizon-docs
|
||||
|
||||
- name: openstack/django_openstack_auth
|
||||
check:
|
||||
- gate-django_openstack_auth-requirements
|
||||
- gate-django_openstack_auth-pep8
|
||||
- gate-django_openstack_auth-docs
|
||||
- gate-django_openstack_auth-python26
|
||||
- gate-django_openstack_auth-python27
|
||||
- gate-django_openstack_auth-noop
|
||||
gate:
|
||||
- gate-django_openstack_auth-requirements
|
||||
- gate-django_openstack_auth-pep8
|
||||
- gate-django_openstack_auth-docs
|
||||
- gate-django_openstack_auth-python26
|
||||
- gate-django_openstack_auth-python27
|
||||
- gate-django_openstack_auth-noop
|
||||
post:
|
||||
- python-django_openstack_auth-branch-tarball
|
||||
- python-django_openstack_auth-coverage
|
||||
pre-release:
|
||||
- python-django_openstack_auth-tarball
|
||||
release:
|
||||
- python-django_openstack_auth-tarball:
|
||||
- python-django_openstack_auth-pypi-upload
|
||||
- python-django_openstack_auth-docs
|
||||
|
||||
- name: openstack/keystone
|
||||
check:
|
||||
- gate-keystone-requirements
|
||||
|
@ -79,6 +79,9 @@
|
||||
- project: openstack/ceilometer
|
||||
- project: openstack/cinder
|
||||
- project: openstack/compute-api
|
||||
- project: openstack/django_openstack_auth
|
||||
description: "A Django authentication backend for use with the OpenStack Keystone Identity backend."
|
||||
upstream: git://github.com/gabrielhurley/django_openstack_auth.git
|
||||
- project: openstack/glance
|
||||
- project: openstack/horizon
|
||||
- project: openstack/identity-api
|
||||
|
Loading…
x
Reference in New Issue
Block a user