Reviewed: https://review.openstack.org/471067 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=d0957d72e25a4ca010df4807fd8224efe57df3f0 Submitter: Jenkins Branch: master
commit d0957d72e25a4ca010df4807fd8224efe57df3f0 Author: Chris Dent <[email protected]> Date: Mon Jun 5 17:03:50 2017 +0000 [placement] Use util.extract_json in allocations handler The handler had its own version of the exact same code, so may as well use the utility method. Nothing changes at the API level with this change. Error messages and response codes remain the same. Change-Id: Ibaf7120d03fe4e8be5b9f38bc37004a43e7675aa Closes-Bug: #1695356 ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1695356 Title: placement allocations handler module does not use util.extract_json Status in OpenStack Compute (nova): Fix Released Bug description: nova.api.openstack.placement.handlers.allocation uses and _extract_allocations method which could be remove in favor of nova.api.openstack.placement.util:extract_json A nice tidy up, leaving as a bug as a reminder to cdent or a low hanging fruit for someone else to pick up. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1695356/+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

