]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add resource/plugin identification hook
authorKevin Benton <blak111@gmail.com>
Thu, 11 Jun 2015 12:17:49 +0000 (05:17 -0700)
committerKevin Benton <kevinbenton@buttewifi.com>
Sat, 1 Aug 2015 18:55:36 +0000 (18:55 +0000)
commit9c1a3858c7163ce84f299dffabaf2b0f370ee466
treef295d41cb013cb7ec711c9ac603251f98081e50f
parent40b1c798546dcd57509e25339a449de9047abc0f
Add resource/plugin identification hook

Adds a hook that identifies the resource type and
identifies the associated plugin (core or service).
Both are placed into the request context for use by
other hooks and the controller.

Partially-Implements: blueprint wsgi-pecan-switch
Change-Id: I90854c240e6e40e429d00945d7db8e96923f83f7
neutron/newapi/app.py
neutron/newapi/hooks/__init__.py
neutron/newapi/hooks/resource_identifier.py [new file with mode: 0644]
neutron/tests/functional/newapi/test_functional.py