Add oslo.messaging
oslo.messaging is a new project to move the RPC code out of oslo-incubator with a re-designed API. We hope to have it ready for the Havana release. See: https://blueprints.launchpad.net/oslo/+spec/messaging-api https://wiki.openstack.org/wiki/Oslo/Messaging Include the project with an identical configuration to oslo.config. Change-Id: Iec6590249e6eb87c974de4c7f7f768ead672efa4 Reviewed-on: https://review.openstack.org/33420 Reviewed-by: Flavio Percoco <fpercoco@redhat.com> Reviewed-by: Thierry Carrez <thierry@openstack.org> Reviewed-by: Simo Sorce <simo@redhat.com> Reviewed-by: Doug Hellmann <doug.hellmann@dreamhost.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Reviewed-by: Monty Taylor <mordred@inaugust.com> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Approved: Jeremy Stanley <fungi@yuggoth.org> Tested-by: Jenkins
This commit is contained in:
parent
182a181ee2
commit
2249670f5e
@ -46,6 +46,7 @@ openstack-dev:
|
||||
- openstack/nova
|
||||
- openstack/oslo-incubator
|
||||
- openstack/oslo.config
|
||||
- openstack/oslo.messaging
|
||||
- openstack/python-cinderclient
|
||||
- openstack/python-glanceclient
|
||||
- openstack/python-keystoneclient
|
||||
@ -185,6 +186,7 @@ openstack-nova:
|
||||
- openstack/python-novaclient
|
||||
- openstack/oslo-incubator
|
||||
- openstack/oslo.config
|
||||
- openstack/oslo.messaging
|
||||
branches:
|
||||
- master
|
||||
|
||||
|
@ -262,6 +262,7 @@ class Sync(object):
|
||||
'openstack/openstack-puppet',
|
||||
'openstack/oslo-incubator',
|
||||
'openstack/oslo.config',
|
||||
'openstack/oslo.messaging',
|
||||
'openstack/python-ceilometerclient',
|
||||
'openstack/python-cinderclient',
|
||||
'openstack/python-glanceclient',
|
||||
|
@ -0,0 +1,13 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group oslo-core
|
||||
label-Approved = +0..+1 group oslo-core
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group oslo-milestone
|
||||
label-Approved = +0..+1 group oslo-milestone
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -477,6 +477,20 @@
|
||||
- gate-{name}-pyflakes
|
||||
|
||||
|
||||
- project:
|
||||
name: oslo.messaging
|
||||
github-org: openstack
|
||||
node: precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
doc-publisher-site: docs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- openstack-publish-jobs
|
||||
- pypi-jobs
|
||||
- gate-{name}-pyflakes
|
||||
|
||||
|
||||
- project:
|
||||
name: oslo-incubator
|
||||
github-org: openstack
|
||||
|
@ -241,6 +241,14 @@ projects:
|
||||
- gate-oslo.config-python26
|
||||
- gate-oslo.config-python27
|
||||
|
||||
- name: openstack/oslo.messaging
|
||||
check:
|
||||
- gate-oslo.messaging-requirements
|
||||
- gate-oslo.messaging-pep8
|
||||
- gate-oslo.messaging-docs
|
||||
- gate-oslo.messaging-python26
|
||||
- gate-oslo.messaging-python27
|
||||
|
||||
- name: openstack/quantum
|
||||
check:
|
||||
- gate-quantum-requirements
|
||||
|
@ -577,6 +577,29 @@ projects:
|
||||
- oslo.config-pypi-upload
|
||||
- oslo.config-docs
|
||||
|
||||
- name: openstack/oslo.messaging
|
||||
check:
|
||||
- gate-oslo.messaging-requirements
|
||||
- gate-oslo.messaging-pep8
|
||||
- gate-oslo.messaging-docs
|
||||
- gate-oslo.messaging-python26
|
||||
- gate-oslo.messaging-python27
|
||||
gate:
|
||||
- gate-oslo.messaging-requirements
|
||||
- gate-oslo.messaging-docs
|
||||
- gate-oslo.messaging-pep8
|
||||
- gate-oslo.messaging-python26
|
||||
- gate-oslo.messaging-python27
|
||||
post:
|
||||
- oslo.messaging-branch-tarball
|
||||
- oslo.messaging-docs
|
||||
pre-release:
|
||||
- oslo.messaging-tarball
|
||||
release:
|
||||
- oslo.messaging-tarball:
|
||||
- oslo.messaging-pypi-upload
|
||||
- oslo.messaging-docs
|
||||
|
||||
- name: openstack/quantum
|
||||
check:
|
||||
- gate-quantum-requirements
|
||||
|
@ -97,6 +97,8 @@
|
||||
- project: openstack/oslo-incubator
|
||||
description: "Part of OpenStack's Oslo project. New Oslo APIs go through an incubation phase in this repository before being released as part of a proper Python library."
|
||||
- project: openstack/oslo.config
|
||||
- project: openstack/oslo.messaging
|
||||
upstream: git://github.com/markmc/oslo.messaging.git
|
||||
- project: openstack/python-ceilometerclient
|
||||
upstream: git://github.com/asalkeld/python-ceilometerclient.git
|
||||
- project: openstack/python-cinderclient
|
||||
|
Loading…
Reference in New Issue
Block a user