Merge "Initial magnum client import for stackforge"

This commit is contained in:
Jenkins 2014-11-19 22:09:33 +00:00 committed by Gerrit Code Review
commit 70d7061be0
4 changed files with 23 additions and 0 deletions

View File

@ -1546,6 +1546,10 @@
- project: stackforge/python-magnetodbclient - project: stackforge/python-magnetodbclient
description: Python client for MagnetoDB, the key-value database service for OpenStack cloud. description: Python client for MagnetoDB, the key-value database service for OpenStack cloud.
upstream: git://github.com/aostapenko/python-magnetodbclient upstream: git://github.com/aostapenko/python-magnetodbclient
- project: stackforge/python-magnumclient
description: Python client for containers service
upstream: git://github.com/sdake/python-magnumclient.git
acl-config: /home/gerrit2/acls/stackforge/magnum.config
- project: stackforge/python-mistralclient - project: stackforge/python-mistralclient
description: Python client for Mistral REST API. description: Python client for Mistral REST API.
groups: groups:

View File

@ -107,6 +107,7 @@ openstack-containers:
- x-vrif-minus-2 - x-vrif-minus-2
projects: projects:
- stackforge/magnum - stackforge/magnum
- stackforge/python-magnumclient
branches: branches:
- master - master

View File

@ -3384,6 +3384,14 @@
- python-jobs - python-jobs
- pypi-jobs - pypi-jobs
- project:
name: python-magnumclient
node: 'bare-precise || bare-trusty'
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- project: - project:
name: python-mistralclient name: python-mistralclient
node: 'bare-precise || bare-trusty' node: 'bare-precise || bare-trusty'

View File

@ -5281,6 +5281,16 @@ projects:
release: release:
- python-magnetodbclient-tarball - python-magnetodbclient-tarball
- name: stackforge/python-magnumclient
template:
- name: merge-check
- name: python-jobs
- name: check-requirements
pre-release:
- python-magnumclient-tarball
release:
- python-magnumclient-tarball
- name: stackforge/python-mistralclient - name: stackforge/python-mistralclient
template: template:
- name: merge-check - name: merge-check