OpenStack library for messaging
Go to file
Mark McLoughlin 747e1a4099 Fix handling of None, etc. replies
A rather embarassing and obvious bug - we're currently not allowing
endpoint methods to send replies of None, '', False, [], {}, etc.

Change-Id: Ifc5ff8f308f526197559a4df7bed244cff6ed3c1
2013-08-15 21:11:38 +01:00
doc/source Merge "Add a unit testing configuration fixture" 2013-08-13 14:02:29 +00:00
oslo Fix handling of None, etc. replies 2013-08-15 21:11:38 +01:00
tests Fix handling of None, etc. replies 2013-08-15 21:11:38 +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
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 Add a unit testing configuration fixture 2013-08-13 13:52:42 +01:00
setup.cfg Ensure namespace package is installed 2013-08-12 14:35:33 +01:00
setup.py Ensure namespace package is installed 2013-08-12 14:35:33 +01:00
test-requirements.txt Add a unit testing configuration fixture 2013-08-13 13:52:42 +01: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.