neutron/neutron/pecan_wsgi/hooks
Boden R 3f1a9846d2 use callback payloads for REQUEST/RESPONSE events
This patch switches callbacks over to the payload object style events
[1] for BEFORE_RESPONSE and AFTER_REQUEST based notifications. To do
so an APIEventPayload object is used with the publish() method to
pass along the API related data. In addition a few UTs are updated to
work with the changes.

NeutronLibImpact

[1] https://docs.openstack.org/neutron-lib/latest/contributor/callbacks.html#event-payloads

Change-Id: Ibd8559e0db9dcc995abf8937a0cb764b21a18531
2017-12-24 07:27:11 +00:00
..
__init__.py Pecan: process filters at end of hook pipeline 2017-08-31 13:56:19 -07:00
body_validation.py Remove unused variables ‘LOG' 2017-11-23 04:33:33 +08:00
context.py pecan: Make admin context if no context was created 2017-03-16 11:28:10 -04:00
notifier.py use callback payloads for REQUEST/RESPONSE events 2017-12-24 07:27:11 +00:00
ownership_validation.py Adopt neutron-lib plugin directory 2016-11-23 04:45:33 -07:00
policy_enforcement.py Pecan: fix logic of hiding authZ failures as 404s 2017-09-10 12:32:35 +00:00
query_parameters.py Use context interface for constraint 2017-07-18 23:00:00 -07:00
quota_enforcement.py Pecan: add calls to resync/dirty quota usages 2017-08-31 17:48:18 -07:00
translation.py use FAULT_MAP from neutron-lib 2017-11-02 12:16:31 -06:00
userfilters.py Pecan: process filters at end of hook pipeline 2017-08-31 13:56:19 -07:00
utils.py Pecan: Handle member actions 2016-08-30 00:34:02 -05:00