Comment 1 for bug 1552979

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

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

commit fc954c9426a58e6bdcb744b1e5d131eff99d65e8
Author: Kevin Benton <email address hidden>
Date: Wed Feb 17 00:49:43 2016 -0800

    Add Nova notifier hook calls to pecan

    This patch adds a the Nova notifier calls to the pecan
    notification hook and adds some simple functional tests
    for them as well.

    This patch also alters the operations of the policy enforcement
    hook, which now stores in the request context the original
    value of the object rather than the value of the object as it
    would have appeared to the plugin - that is to say a merge
    between the original objects and the parameters passed on to
    the request body. Such 'frankenobject' is indeed of no use for
    the notifiers.

    Partial-Bug: #1552979
    Change-Id: I4a37197eb38afe15d2b368f4e355226824478792