Comment 6 for bug 1472449

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

Reviewed: https://review.openstack.org/199549
Committed: https://git.openstack.org/cgit/openstack/python-glanceclient/commit/?id=44d0b02c67ce7926f40377d9367a0f61124ed26d
Submitter: Jenkins
Branch: master

commit 44d0b02c67ce7926f40377d9367a0f61124ed26d
Author: Long Quan Sha <email address hidden>
Date: Wed Jul 8 09:29:53 2015 +0800

    Fix the download error when the image locations are blank

    When the image locations are blank, glance client will get a http response
    with no content, glance client should show user no data could be found,
    instead of processing the blank response body that will lead to exception.

    Glance client will also get a 204 response when an image is in a queued
    state (this is true for 'master' and liberty/kilo/juno based servers).

    Closes-Bug: #1472449

    Co-Authored-by: Stuart McLaren <email address hidden>
    Change-Id: I5d3d02d6aa7c8dd054cd2933e15b4a26e91afea1