]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add RequestContextSerializer for rpc notifications
authorjohn-griffith <john.griffith@solidfire.com>
Wed, 19 Mar 2014 22:19:28 +0000 (16:19 -0600)
committerjohn-griffith <john.griffith@solidfire.com>
Wed, 19 Mar 2014 22:19:28 +0000 (16:19 -0600)
commite145ef798d2c80ea48be2826f4c648e72958f5d1
tree9cccee047345651036b4b662e3d9b9fb1f82a63a
parent2ba4af4de5653bf619f2bfb12ec7564ff21fd4c0
Add RequestContextSerializer for rpc notifications

RequestContext should be serialized when sent via oslo.messaging. The
serializer is correctly used for the general RPC mechanism, but has been
forgotten in the notifier. This patch fixes that.

Thanks goes to eharney for noticing this and pointing it out!!!

Same bug existed in Nova (1275771)

Change-Id: I99a571ef74bbcd13bf801313eea145ea69f821e1
Closes-Bug: #1294724
cinder/rpc.py