summaryrefslogtreecommitdiffstats
path: root/openstack/common/plugin/pluginmanager.py
diff options
context:
space:
mode:
authorEric Windisch <eric@cloudscaling.com>2013-02-12 11:46:24 -0500
committerEric Windisch <eric@cloudscaling.com>2013-02-19 14:47:38 -0500
commitf1e5d569b6c9ceb6d7a4b338db9186e4f9c2fb7b (patch)
tree784e131dc3bdd1cbce62c5b0d3516a6a70c93e23 /openstack/common/plugin/pluginmanager.py
parent83162508572a494a169a319651e1d75d582618d7 (diff)
downloadoslo-f1e5d569b6c9ceb6d7a4b338db9186e4f9c2fb7b.tar.gz
oslo-f1e5d569b6c9ceb6d7a4b338db9186e4f9c2fb7b.tar.xz
oslo-f1e5d569b6c9ceb6d7a4b338db9186e4f9c2fb7b.zip
Support RPC envelopes in impl_zmq
This patch began as a set of tests verifying the functionality of sending and receiving RPC envelopes when using impl_zmq. It was discovered that when enabled, RPC envelopes were not actually working, The ZeroMQ driver includes its own envelopes. This patch introduce versioning to that envelope, eliminating the previously reserved 'style' field. A new iteration of the zeromq-envelope is introduced, 'impl_zmq_v2'. It specifies that the zeromq-envelope should be followed by an unpacked array representing key value pairs of the standard RPC Envelope. Because the key-values of the RPC Envelope can be successfully transformed with bytes(), this prevents the need to double-serialize the content traversing the message bus. Also removes some unused imports. Closes bug 1123709 Closes bug 1055446 Change-Id: Ib04e3d092c9596146f1048d3502ac248496d313b
Diffstat (limited to 'openstack/common/plugin/pluginmanager.py')
0 files changed, 0 insertions, 0 deletions