OpenStack library for messaging
Go to file
Mark McLoughlin d31ae442ca Use assertEqual() rather than assertEquals()
assertEquals() is deprecated:

  http://docs.python.org/2/library/unittest.html#deprecated-aliases
2013-06-17 23:01:21 +01:00
doc Remove accidental use of messaging.rpc_server 2013-06-17 22:48:43 +01:00
oslo Make exchange_from_url() use parse_url() 2013-06-16 16:08:48 +01:00
tests Use assertEqual() rather than assertEquals() 2013-06-17 23:01:21 +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 Don't use common logging 2013-06-16 15:24:41 +01:00
requirements.txt Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00
setup.cfg Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00
setup.py Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00
test-requirements.txt Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00
tox.ini Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00

README.rst

Oslo Messaging Library

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