OpenStack library for messaging
Go to file
Zhongyue Luo c59e04fbfa Replace assertEquals with assertEqual
The method assertEquals has been deprecated since python 2.7.
http://docs.python.org/2/library/unittest.html#deprecated-aliases

Also in Python 3, a deprecated warning is raised when using assertEquals.

Change-Id: Iba0ae72e72470cdf5b122defcd68effc5434f948
2013-10-23 16:23:01 +08:00
doc/source Remove ConfFixture from toplevel public API 2013-08-17 17:49:23 +01:00
oslo Make rpc_backend default to 'rabbit' 2013-10-18 14:54:26 +01:00
tests Replace assertEquals with assertEqual 2013-10-23 16:23:01 +08: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
openstack-common.conf Add missing gettextutils 2013-07-27 15:49:48 +01:00
README.rst Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00
requirements.txt Updated from global requirements 2013-10-20 00:00:50 +00:00
setup.cfg Remove cruft from setup.cfg 2013-10-04 10:07:58 -04:00
setup.py Updated from global requirements 2013-10-01 16:14:29 +00:00
test-requirements.txt Updated from global requirements 2013-10-01 16:14:29 +00:00
tox.ini Simplify public symbol exports 2013-06-24 12:52:30 +01:00

Oslo Messaging Library

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