Comment 2 for bug 1552979

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

Reviewed: https://review.openstack.org/281181
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=e433c2870a2a5a0ec18ae0ffe4d4866915da231a
Submitter: Jenkins
Branch: master

commit e433c2870a2a5a0ec18ae0ffe4d4866915da231a
Author: Kevin Benton <email address hidden>
Date: Wed Feb 17 02:41:39 2016 -0800

    Add metrics notifier to Pecan

    This adds the standard 'object.(create|update|delete).(start|end)'
    notifications to the Pecan notification hook and adds unit tests
    to exercise them.

    This patch also corrects the on_error handler for untranslated
    exceptions which was incorrectly raising the exception rather than
    returning it. This was resulting in the other hooks not getting
    the correct status code on an untranslated exception.

    Closes-Bug: #1552979
    Change-Id: I400f8d3988db204caed25e7c848a415b45d47172