Comment 4 for bug 1403162

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

Reviewed: https://review.openstack.org/142175
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=7ed9268a1f61b708cb1360c2d89aa25e935a8f4a
Submitter: Jenkins
Branch: master

commit 7ed9268a1f61b708cb1360c2d89aa25e935a8f4a
Author: Dan Smith <email address hidden>
Date: Tue Dec 16 10:19:56 2014 -0800

    Fix using anyjson in fake_notifier

    For some reason we were using anyjson.serialize() in our fake_notifier.
    That may have been to mirror kombu, but really we need to mirror what we
    do when we convert our payloads to primitives, which is using jsonutils.

    Closes-Bug: #1403162
    Change-Id: I92a4708e0700e88f4b2554aa4e7ad3856f5be1e0