oslo.messaging/oslo/messaging/_drivers
Lance Bragstad d04fab6985 Ensure context type is handled when using to_dict
Handle the case where the context passed into def pack_context() is a
dictionary. If a dictionary is passed in, we don't need to call to_dict
before updating the msg.

Closes-Bug: #1208971
Change-Id: I2ce0b28f97634e717868e0ee5525189338d4981c
2013-12-03 15:44:07 +00:00
..
__init__.py Move files to new locations for oslo.messaging 2013-06-15 08:43:54 +01:00
amqp.py Ensure context type is handled when using to_dict 2013-12-03 15:44:07 +00:00
amqpdriver.py Fix some typos and adjust capitalization 2013-11-03 07:07:51 -08:00
base.py Apply six for metaclass 2013-10-14 14:10:31 -04:00
common.py Remove useless global vars / import 2013-12-02 15:26:53 +01:00
impl_fake.py Fix fake driver handling of failure replies 2013-08-16 11:08:50 +01:00
impl_qpid.py Supply missing argument to raise_invalid_topology_version() 2013-11-15 15:29:19 -05:00
impl_rabbit.py Fix some typos and adjust capitalization 2013-11-03 07:07:51 -08:00
impl_zmq.py Implement the server side of ZmqDriver 2013-08-28 14:06:36 +01:00
matchmaker_redis.py Remove useless global vars / import 2013-12-02 15:26:53 +01:00
matchmaker_ring.py Import zmq driver code with minimal modifications 2013-08-28 09:44:59 +01:00
matchmaker.py Import zmq driver code with minimal modifications 2013-08-28 09:44:59 +01:00
pool.py Apply six for metaclass 2013-10-14 14:10:31 -04:00