]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add missing resource discriminator in update resp
authorKevin Benton <blak111@gmail.com>
Tue, 15 Sep 2015 17:13:38 +0000 (10:13 -0700)
committerKevin Benton <blak111@gmail.com>
Tue, 15 Sep 2015 18:21:49 +0000 (11:21 -0700)
commit3b8fdf4eaaa3262147a61fa1f2e6debb22ed0cf1
treeb2a1c4f1598b62207ead666a3de6612c1af5a94b
parent4e4a6cff5d257c85fb062d660ef2d1c9d0941ce9
Add missing resource discriminator in update resp

The update method of the pecan itemcontroller was not returning
the response encapsulated correctly in a dictionary with the resource
type identifier. This was discovered via the standard API tests.

Change-Id: Ie2217972c75b14a0867477f26f434055b33a9ae6
neutron/pecan_wsgi/controllers/root.py