Comment 3 for bug 1498460

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

Reviewed: https://review.openstack.org/226295
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=c2cbdd84e721271244dbf1c946e79fc2a0398420
Submitter: Jenkins
Branch: master

commit c2cbdd84e721271244dbf1c946e79fc2a0398420
Author: kairat_kushaev <email address hidden>
Date: Wed Sep 23 14:48:54 2015 +0300

    Validate empty location value for v1 api

    When empty string is passed as location value the glance
    raises internal server error.
    The patch checks that location value is present in image meta
    and generates BadRequest if it is empty.

    Change-Id: I8f3640276368292ced508d5f4c918c147b9d1f19
    Closes-Bug: #1498460