oslo.messaging/oslo_messaging/_drivers/zmq_driver
ChangBo Guo(gcb) e8703dc802 zmq: Don't log error when can't import zmq module
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
2015-12-22 09:16:09 +00:00
..
broker [zmq] PUB-SUB pipeline 2015-12-18 10:15:32 +00:00
client [zmq] PUB-SUB pipeline 2015-12-18 10:15:32 +00:00
matchmaker [zmq] PUB-SUB pipeline 2015-12-18 10:15:32 +00:00
poller [zmq] PUB-SUB pipeline 2015-12-18 10:15:32 +00:00
server [zmq] PUB-SUB pipeline 2015-12-18 10:15:32 +00:00
__init__.py Initial commit for new zmq driver implementation 2015-06-30 18:16:02 +03:00
zmq_address.py [zmq] PUB-SUB pipeline 2015-12-18 10:15:32 +00:00
zmq_async.py zmq: Don't log error when can't import zmq module 2015-12-22 09:16:09 +00:00
zmq_names.py Fix target resolution mismatch in neutron, nova, heat 2015-10-22 14:33:30 +00:00
zmq_poller.py [zmq] PUB-SUB pipeline 2015-12-18 10:15:32 +00:00
zmq_socket.py [zmq] Driver optimizations for CALL 2015-11-27 12:02:02 +00:00