OpenStack library for messaging
2bf8d2f917
versionutils.py is no longer in oslo-incubator. So we can either use versionutils from oslo_log or debtcollector instead. However, oslo.messaging does not use oslo.log currently and we should not be adding yet another library as a dependency here, so we should just use the base python warnings library for our limited use of deprecated() method. Change-Id: Ib8a487051c894fa4828da65d4890b7a4f57f1d12 |
||
---|---|---|
doc/source | ||
etc | ||
oslo | ||
oslo_messaging | ||
oslo.messaging/locale | ||
tests | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
amqp1-requirements.txt | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
requirements-py3.txt | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements-py3.txt | ||
test-requirements.txt | ||
tox.ini |
Oslo Messaging Library
The Oslo messaging API supports RPC and notifications over a number of different messaging transports.
- License: Apache License, Version 2.0
- Documentation: http://docs.openstack.org/developer/oslo.messaging
- Source: http://git.openstack.org/cgit/openstack/oslo.messaging
- Bugs: http://bugs.launchpad.net/oslo.messaging