OpenStack library for messaging
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Doug Hellmann e55a83e832 Move files out of the namespace package
Move the public API out of oslo.messaging to oslo_messaging. Retain
the ability to import from the old namespace package for backwards
compatibility for this release cycle.

bp/drop-namespace-packages

Co-authored-by: Mehdi Abaakouk <mehdi.abaakouk@enovance.com>
Change-Id: Ia562010c152a214f1c0fed767c82022c7c2c52e7
9 years ago
doc/source Move files out of the namespace package 9 years ago
etc Routing notifier 10 years ago
oslo Move files out of the namespace package 9 years ago
oslo.messaging/locale Imported Translations from Transifex 9 years ago
oslo_messaging Move files out of the namespace package 9 years ago
tests Move files out of the namespace package 9 years ago
tools Import run_cross_tests.sh from oslo-incubator 9 years ago
.gitignore Ignore any egg and egg-info directories 9 years ago
.gitreview Add oslo.messaging project infrastructure 10 years ago
.testr.conf Allows to overriding oslotest environ var 9 years ago
CONTRIBUTING.rst Workflow documentation is now in infra-manual 9 years ago
LICENSE Add oslo.messaging project infrastructure 10 years ago
MANIFEST.in Add oslo.messaging project infrastructure 10 years ago
README.rst Add a link to the docs from the README 9 years ago
amqp1-requirements.txt An initial implementation of an AMQP 1.0 based messaging driver 9 years ago
babel.cfg Setup for translation 9 years ago
openstack-common.conf Switch to oslo.middleware 9 years ago
requirements-py3.txt Updated from global requirements 9 years ago
requirements.txt Add a thread + futures executor based executor 9 years ago
setup.cfg Move files out of the namespace package 9 years ago
setup.py Updated from global requirements 9 years ago
test-requirements-py3.txt Updated from global requirements 9 years ago
test-requirements.txt Add functional and unit 0mq driver tests 9 years ago
tox.ini Move files out of the namespace package 9 years ago

README.rst

Oslo Messaging Library

The Oslo messaging API supports RPC and notifications over a number of different messaging transports.

See also: Library Documentation