oslo.messaging/oslo_messaging/_drivers
ChangBo Guo(gcb) 0b075aa40a Remove useless logging import statements
TrivialFix

Change-Id: I0bcefbe144903b45d71e053162066d6d4bc91936
2016-11-08 10:11:13 +08:00
..
amqp1_driver [TrivialFix] Fix typo in oslo.messaging 2016-10-20 09:02:13 +08:00
pika_driver Replace retrying with tenacity 2016-11-03 12:36:57 +00:00
zmq_driver Remove useless logging import statements 2016-11-08 10:11:13 +08:00
__init__.py Fixed a couple of pep8 errors/warnings 2016-01-25 15:00:49 +08:00
amqp.py Clean outdated docstring and comment 2016-08-16 11:25:34 +08:00
amqpdriver.py Remove the temporary hack in code 2016-10-26 12:19:51 +08:00
base.py Introduce TTL for idle connections 2016-07-22 13:03:04 +03:00
common.py Properly deserializes built-in exceptions 2016-10-05 16:57:55 -07:00
impl_amqp1.py [AMQP 1.0] Avoid unnecessary thread switch on ack 2016-10-11 10:11:35 -04:00
impl_fake.py Remove logging from serialize_remote_exception 2016-05-19 15:18:28 +03:00
impl_kafka.py [kafka] invoke TypeError exception when 'listen()' method of KafkaDriver 2016-08-29 16:02:33 +09:00
impl_pika.py Replace retrying with tenacity 2016-11-03 12:36:57 +00:00
impl_rabbit.py Fix whitespace formatting issue 2016-10-06 16:34:43 +05:30
impl_zmq.py Remove useless logging import statements 2016-11-08 10:11:13 +08:00
pool.py Introduce TTL for idle connections 2016-07-22 13:03:04 +03:00