Comment 8 for bug 1048565

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

Reviewed: https://review.openstack.org/12865
Committed: http://github.com/openstack/nova/commit/76ca8c184bed7aa706ac6ef1010c3f4ebf08f7f0
Submitter: Jenkins
Branch: master

commit 76ca8c184bed7aa706ac6ef1010c3f4ebf08f7f0
Author: Mark McLoughlin <email address hidden>
Date: Wed Sep 12 12:51:01 2012 +0100

    Improve entity validation in volumes APIs

    Fixes bug #1048565

    Use the new Controller.is_valid_body() helper to validate the entity
    body in various volumes related POST/PUT handlers and return 422
    as appropriate.

    (Cherry picks commit dcecb586 from Cinder and adds similar fixes for
    the volumes bits in the compute API)

    Change-Id: I04127972981522c1ed81903893396c4f9665bcd3