]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add extensions listing to the controller
authorKevin Benton <blak111@gmail.com>
Thu, 11 Jun 2015 14:32:44 +0000 (07:32 -0700)
committerKevin Benton <kevinbenton@buttewifi.com>
Sat, 1 Aug 2015 18:57:38 +0000 (18:57 +0000)
commit5a5a88074352f47ebb8808ae3344004e2cdeea51
treeb6dd5df26be9c1afb9c43312709873ab0a9ac7c4
parent77da74feeacbcd2e1d06dab3d2084da7ab41a656
Add extensions listing to the controller

Extensions aren't like normal resources handled by the
core plugin or a service plugin so they need special code
to handle them. The resource identifier hook also had to
be tweaked to let the request slip through without having
an entry in the attributes map.

Change-Id: I5f42bdd7aa3c103b2ff3550ce1b0d9a3baf35a35
Co-Authored-By: Brandon Logan <brandon.logan@rackspace.com>
Partially-Implements: blueprint wsgi-pecan-switch
neutron/api/extensions.py
neutron/newapi/controllers/root.py
neutron/newapi/hooks/resource_identifier.py
neutron/tests/functional/newapi/test_functional.py