Reviewed: https://review.openstack.org/358397 Committed: https://git.openstack.org/cgit/openstack/neutron-lib/commit/?id=5647fc57bd246355def4f18e038e2a2989d1f0e9 Submitter: Jenkins Branch: master
commit 5647fc57bd246355def4f18e038e2a2989d1f0e9 Author: Nam Nguyen Hoai <[email protected]> Date: Tue Aug 23 11:48:05 2016 +0700 api-ref: Correcting QoS policies in API extension This patch set modified the in column of the policy_id parameter from "in:path" to "in:body". And refactoring the name of function to easy maintain. Closes-Bug: #1615466 Part of blueprint neutron-in-tree-api-ref Co-Authored-By: Anindita Das <[email protected]> Change-Id: I6d90fcc556b7c08dd5c18e1580360216e469f8ae ** 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/1615466 Title: api-ref: QoS policies is wrong some the in of parameters Status in neutron: Fix Released Bug description: Current QoS policies: http://developer.openstack.org/api- ref/networking/v2/?expanded=show-bandwidth-limit-rule-details-detail ,show-qos-policy-details-detail,update-qos-policy-detail,list- bandwidth-limit-rules-for-qos-policy-detail,create-bandwidth-limit- rule-detail#qos-policies-qos The "policy" parameter is wrong type in the In column. It should be changed: "in:path" to "in:body". And it needs to modify some the name of the function to easy maintain. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1615466/+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

