OpenStack library for messaging
e8703dc802
Method import_zmq returns None if can't import zmq module. For runtime code, an ImportError is raised, and for tests, a skip message "zmq not available" is sent, so it's unnecessary to log error which shows up in other projects' unit test logs. Co-Authored-By: Oleksii Zamiatin <ozamiatin@mirantis.com> Change-Id: Iebf15042f45da56eb633a0a70822c487dc72c884 Closes-Bug: #1528415 |
||
---|---|---|
doc/source | ||
etc | ||
oslo_messaging | ||
oslo.messaging/locale | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
bandit.yaml | ||
CONTRIBUTING.rst | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup-test-env-qpid.sh | ||
setup-test-env-rabbit.sh | ||
setup-test-env-zmq.sh | ||
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.
- License: Apache License, Version 2.0
- Documentation: http://docs.openstack.org/developer/oslo.messaging
- Source: http://git.openstack.org/cgit/openstack/oslo.messaging
- Bugs: http://bugs.launchpad.net/oslo.messaging