yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #58980
[Bug 1639109] Re: Pecan: GET Member actions should not pass fields to the plugin
Reviewed: https://review.openstack.org/393566
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=1392d37d3d1aa54a55fc6f5402f1da749a7e8299
Submitter: Jenkins
Branch: master
commit 1392d37d3d1aa54a55fc6f5402f1da749a7e8299
Author: Brandon Logan <brandon.logan@xxxxxxxxxxxxx>
Date: Thu Nov 3 21:43:45 2016 -0500
Pecan: No fields to plugin on GET member actions
The legacy wsgi does not pass the fields query parameters down to the
plugin layer on GET member actions. Pecan should follow suit to
maintain compatibility.
Change-Id: Ic9ef676b75464eaba58ff1403c8969610e9a9a6a
Closes-Bug: #1639109
** Changed in: neutron
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1639109
Title:
Pecan: GET Member actions should not pass fields to the plugin
Status in neutron:
Fix Released
Bug description:
Doing a GET on an member action defined by an extension will cause a
500 error because the pecan code is tyring to send the kwarg fields to
the plugin layer that does not expect it.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1639109/+subscriptions
References