Comment 4 for bug 1373356

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

Reviewed: https://review.openstack.org/138317
Committed: https://git.openstack.org/cgit/openstack/ceilometer/commit/?id=3489129cb5a412457650add59cd7198095b6b27c
Submitter: Jenkins
Branch: stable/juno

commit 3489129cb5a412457650add59cd7198095b6b27c
Author: Feng Xi Yan <email address hidden>
Date: Wed Sep 24 18:37:02 2014 +0800

    Fix signature validation failure when using qpid message queue

    When using qpid message queue, the metering message will get
    signature validation failure because of extra unicode encoding
    given by json loads. This change peels off unicode of the message
    so that this issue can be avoided.

    Change-Id: Ia23af789460ad8597867902f713b8a78f4a09e06
    Closes-Bug: 1373356
    (cherry picked from commit 4166da70b30291e8de74cf8c18e27753d0902ace)