]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add attribute population hook
authorKevin Benton <blak111@gmail.com>
Thu, 11 Jun 2015 12:46:44 +0000 (05:46 -0700)
committerKevin Benton <kevinbenton@buttewifi.com>
Sat, 1 Aug 2015 18:55:56 +0000 (18:55 +0000)
commit7cc7c2deb8a3116d44a54da950837cadcf065bd7
tree62328c0235596bdd0db09104bc1174cfffc48828
parent9c1a3858c7163ce84f299dffabaf2b0f370ee466
Add attribute population hook

Add a hook to populate POST and PUT request bodies with
all of the necessary attributes that the caller didn't
specifiy.

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