OpenStack library for messaging
Go to file
Zhongyue Luo 63f1e0e5ec Removes a redundant version_is_compatible function
Two defined in _drivers.common and _utils.
Removed the one in _drivers.common

Change-Id: I613c2d9288a1bf333dd89c8844bd8467e8b34c42
2013-08-09 07:21:07 +00:00
doc/source Expose RemoteError exception in the public API 2013-08-07 12:52:58 +01:00
oslo Removes a redundant version_is_compatible function 2013-08-09 07:21:07 +00:00
tests Add a per-transport allow_remote_exmods API 2013-08-07 13:11:46 +01:00
.gitignore Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00
.gitreview Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00
.testr.conf Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00
CONTRIBUTING.rst Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00
LICENSE Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00
MANIFEST.in Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00
README.rst Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00
openstack-common.conf Add missing gettextutils 2013-07-27 15:49:48 +01:00
requirements.txt Temporarily add eventlet to requirements 2013-07-27 15:54:03 +01:00
setup.cfg Fix notify drivers namespace 2013-06-24 12:52:41 +01:00
setup.py Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00
test-requirements.txt Add simple rabbit driver unit test 2013-07-27 15:54:06 +01:00
tox.ini Simplify public symbol exports 2013-06-24 12:52:30 +01:00

README.rst

Oslo Messaging Library

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