Comment 3 for bug 1317290

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

Reviewed: https://review.openstack.org/93022
Committed: https://git.openstack.org/cgit/openstack/ceilometer/commit/?id=6f9e46ba5c4ed9a04e4f12460be5edc0b9c0602b
Submitter: Jenkins
Branch: master

commit 6f9e46ba5c4ed9a04e4f12460be5edc0b9c0602b
Author: Mehdi Abaakouk <email address hidden>
Date: Wed May 7 14:42:49 2014 +0200

    oslo.messaging context must be a dict

    oslo.messaging assumes the context is a dict not a RequestContext
    and it assumes the payload in json serializable.

    This patch ensures this.

    Also it removes oslo.messaging mock on some tests and use real oslo.messaging
    library with the fake driver.

    Change-Id: Ie3c6083bbc4ec83de28e42bb10e7c50c7e135070
    Closes-bug: #1275771
    Closes-bug: #1317290