Comment 11 for bug 1218760

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

Reviewed: https://review.openstack.org/48636
Committed: http://github.com/openstack/ceilometer/commit/acb89bd2c257fdd2e37bb2e08eb16e89f84a4bbb
Submitter: Jenkins
Branch: master

commit acb89bd2c257fdd2e37bb2e08eb16e89f84a4bbb
Author: Julien Danjou <email address hidden>
Date: Fri Sep 27 14:12:20 2013 +0200

    api: return 404 if a resource is not found

    This also checks for the error message that is returned, and fixes a
    problem with the error encoding middleware that was doing double JSON
    encoding.

    Change-Id: Ieb39a991ddc9ecba0a7e71450a1e57ede18ccbe6
    Fixes-Bug: #1218760
    Fixes-Bug: #1208552