]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove zombie pecan hook
authorSalvatore Orlando <salv.orlando@gmail.com>
Mon, 28 Sep 2015 21:10:04 +0000 (14:10 -0700)
committerSalvatore Orlando <salv.orlando@gmail.com>
Mon, 28 Sep 2015 21:10:04 +0000 (14:10 -0700)
commit718e786f2f58da9d2c212e23ab32b7d113d92a28
tree361ec458beb5da29ebfff9cbdb6443d0cad9edb2
parent55f4fbba8e65fe43970c09f52477fe081745b1c9
Remove zombie pecan hook

The resource_identifier hooks has been removed as the Pecan
controllers are now able to identify by themselves the resource
they operate for.

However the unused hook module was never removed thus making it
'undeed'. This patch simply fires it a silver bullet thus ensuring
it will be gone forever.

Change-Id: I421c3ccffb6d01846db636c878869109198af7ad
neutron/pecan_wsgi/hooks/resource_identifier.py [deleted file]