OpenStack library for messaging
135d16e9a5
There is a bug in pyflakes that may trigger F811 violation when import is not used in a file before its redefinition in local class method scope, even though it's used in other classes later in the same file. Change-Id: Ie611e2ff93c59b01a2695c3d944cfe118f874547 Related-Bug: #1297161 |
||
---|---|---|
doc/source | ||
etc | ||
oslo | ||
tests | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
CONTRIBUTING.rst | ||
LICENSE | ||
MANIFEST.in | ||
openstack-common.conf | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Oslo Messaging Library
The Oslo messaging API supports RPC and notifications over a number of different messaging transports.
See also: Library Documentation