oslo.messaging/oslo_messaging/_drivers
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
..
protocols Merge "batch notification listener" 2015-12-11 04:16:57 +00:00
zmq_driver zmq: Don't log error when can't import zmq module 2015-12-22 09:16:09 +00:00
__init__.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
amqp.py Follow the plan about the single reply message 2015-12-04 15:25:03 +01:00
amqpdriver.py Move to debug a too verbose log 2015-12-11 10:59:54 +01:00
base.py batch notification listener 2015-12-08 09:14:20 +01:00
common.py Cleanup parameter docstrings 2015-12-11 11:04:13 +03:00
impl_fake.py batch notification listener 2015-12-08 09:14:20 +01:00
impl_kafka.py batch notification listener 2015-12-08 09:14:20 +01:00
impl_rabbit.py Merge "batch notification listener" 2015-12-11 04:16:57 +00:00
impl_zmq.py [zmq] PUB-SUB pipeline 2015-12-18 10:15:32 +00:00
pool.py Move ConnectionPool and ConnectionContext outside amqp.py 2015-11-30 11:53:48 +00:00