]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix hooks for dealing with member actions
authorSalvatore Orlando <salv.orlando@gmail.com>
Fri, 31 Jul 2015 22:17:11 +0000 (15:17 -0700)
committerKevin Benton <blak111@gmail.com>
Mon, 31 Aug 2015 17:17:15 +0000 (10:17 -0700)
commitbcf369b4d099c1cd3a39d47dc015e9ff280a8dfb
tree28daa39dc150d19adade29cbe1f19582e5372bab
parent22188bb0d96b05e9e2a8eb6ed73b18b6d36fc2ac
Fix hooks for dealing with member actions

This patch ensures that operations like add_router_interface
are correctly dispatched to the plugin.
It does so by introducing fairly ugly hacks in the
resource_identifier, and attribute_population pecan hooks.

This is however the best possible solution wiht the current
infrastructure which basically relies on hooks for request
dispatching.

Change-Id: I34880d1ce796cfd6f81d16fc1b9fd8387b5db056
neutron/newapi/controllers/root.py
neutron/newapi/hooks/attribute_population.py
neutron/newapi/hooks/resource_identifier.py