Comment 2 for bug 1365770

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

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

commit e3fb64b2a05ef066a888739f60e189428e10629f
Author: srsakhamuri <email address hidden>
Date: Fri Sep 5 18:59:01 2014 +0000

    Returns 401 when unauthorized project access occurs

    Throwing wsme based exceptions out of non-wsme context causes api server
    to return 500 since the exception goes uncaught. Instead return
    http response with error code 401 to return to client safely

    Change-Id: Ifb753581e392ea7961b976bc97ee2348feb6825c
    Closes-Bug: 1365770