Comment 5 for bug 1275771

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

Reviewed: https://review.openstack.org/71532
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=05f688e49fbf543a6c69c0f186279c6732118470
Submitter: Jenkins
Branch: master

commit 05f688e49fbf543a6c69c0f186279c6732118470
Author: Julien Danjou <email address hidden>
Date: Thu Feb 6 15:14:51 2014 +0100

    nova: use RequestContextSerializer for 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.

    Change-Id: I56fa8022e34c0e80835e3bde940fda99ed0f9ba8
    Closes-Bug: #1275771