Comment 2 for bug 1695356

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

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 address hidden>
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