oslo.messaging/oslo_messaging/_drivers/pika_driver
ChangBo Guo(gcb) 61aae0ffac Config: no need to set default=None
By default oslo.cfg sets the default value as None. There is no
need to explicitly do this.

TrivialFix

Change-Id: I57fa9651ea56a180a910d6cbf7b7f385da8af239
2016-06-28 15:47:39 +08:00
..
__init__.py Splits pika driver into several files 2015-11-05 12:45:52 -05:00
pika_commons.py Use eventletutils to check is_monkey_patched 2016-05-09 19:36:57 +03:00
pika_connection.py Implements configurable connection factory 2016-05-12 11:51:26 +03:00
pika_connection_factory.py Config: no need to set default=None 2016-06-28 15:47:39 +08:00
pika_engine.py Add query paramereters to TransportURL 2016-06-09 16:05:36 +03:00
pika_exceptions.py Preparations for configurable serialization 2015-12-07 18:15:20 +02:00
pika_listener.py Implements pika thread safe connection 2016-04-23 13:14:58 +03:00
pika_message.py Remove logging from serialize_remote_exception 2016-05-19 15:18:28 +03:00
pika_poller.py Implements pika thread safe connection 2016-04-23 13:14:58 +03:00