Comment 6 for bug 1294724

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (master)

Reviewed: https://review.openstack.org/81651
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=e145ef798d2c80ea48be2826f4c648e72958f5d1
Submitter: Jenkins
Branch: master

commit e145ef798d2c80ea48be2826f4c648e72958f5d1
Author: john-griffith <email address hidden>
Date: Wed Mar 19 16:19:28 2014 -0600

    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