Merge "Import django_openstack_auth"

This commit is contained in:
Jenkins 2013-07-17 04:20:00 +00:00 committed by Gerrit Code Review
commit 598cdc9d12
6 changed files with 67 additions and 0 deletions

View File

@ -42,6 +42,7 @@ openstack-dev:
projects:
- openstack/ceilometer
- openstack/cinder
- openstack/django_openstack_auth
- openstack/glance
- openstack/horizon
- openstack/keystone

View File

@ -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

View File

@ -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'

View File

@ -359,6 +359,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

View File

@ -141,6 +141,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:
@ -508,6 +516,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

View File

@ -82,6 +82,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