oslo.messaging/oslo_messaging
Dirk Mueller 344ec5e8bb Avoid unnecessary use of items()
The key, value pair returned by items() wasn't used here,
so rewrite the logic to just iterate over the keys, filtered
by the type.

Change-Id: I7512ea93ac794d161a4cd9944546d6ca035a12cf
2019-01-07 14:07:24 +00:00
..
_drivers Avoid unnecessary use of items() 2019-01-07 14:07:24 +00:00
hacking Test:Use unittest.mock on Python 3 2017-02-08 19:15:17 +08:00
notify Remove transport aliases support 2018-07-05 15:58:05 +10:00
rpc Issue blocking ACK for RPC requests from the consumer thread 2018-07-11 08:59:35 -04:00
tests Switch driver to confluent-kafka client library 2018-12-04 11:25:07 -05:00
__init__.py Remove deprecated localcontext 2016-05-18 09:28:15 +02:00
_i18n.py Update URLs in documents according to document migration 2017-07-12 22:54:02 +08:00
_utils.py Use method fetch_current_thread_functor from oslo.utils 2016-09-24 15:22:44 +08:00
conffixture.py Allow transport_url initialization in ConfFixture constructor 2018-10-09 13:46:00 -04:00
dispatcher.py Remove useless logging import statements 2016-11-08 10:11:13 +08:00
exceptions.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
opts.py Remove the deprecated ZeroMQ driver 2018-08-28 16:00:50 -04:00
serializer.py serializer: remove deprecated RequestContextSerializer 2017-03-29 16:21:17 +08:00
server.py Call listener stop only if listener is initialized 2018-08-02 13:28:42 +02:00
target.py Fixups to the inline documentation 2016-09-12 09:49:00 -04:00
transport.py Fix oslo.messaging default transport 2018-10-05 15:21:45 +02:00
version.py pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz) 2017-02-06 12:49:23 -05:00