Reviewed: https://review.openstack.org/357596 Committed: https://git.openstack.org/cgit/openstack/neutron-lib/commit/?id=189b98e0abc43fd4ba901d5b396ad7c744358091 Submitter: Jenkins Branch: master
commit 189b98e0abc43fd4ba901d5b396ad7c744358091 Author: Nam Nguyen Hoai <[email protected]> Date: Sat Aug 20 11:00:24 2016 +0700 Correcting Floating IPs This patch changes some parameters in floatingip from 'in:body' to 'in:path'. Change-Id: Ic30a39c71e3eeeee0bf2be3333e5c8da4b39c70b Closes-Bug: #1614817 Partially-Implements: blueprint neutron-in-tree-api-ref Co-Authored-by: Akihiro Motoki <[email protected]> ** 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/1614817 Title: api-ref: Floating IPs is wrong some in of paramaters Status in neutron: Fix Released Bug description: Current Floating IPs: http://developer.openstack.org/api- ref/networking/v2/?expanded=list-floating-ips-detail,create-floating- ip-detail,show-floating-ip-details-detail,update-floating-ip-detail #floating-ips-floatingips Some parameters including router_id, port_id is wrong in column. For example: + The in of "router_id" parameter is 'path'. It should be changed to 'body'. + The in of "port_id" paramter is "patch". It should be changed to "body" To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1614817/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

