← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1472449] Re: download error when the image status is not active

 

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 <shalq@xxxxxxxxxx>
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 <stuart.mclaren@xxxxxx>
    Change-Id: I5d3d02d6aa7c8dd054cd2933e15b4a26e91afea1


** Changed in: python-glanceclient
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1472449

Title:
  download error when the image status is not active

Status in Glance:
  Fix Released
Status in python-glanceclient:
  Fix Released

Bug description:
  
  When the locations is blank, downloading image will show python error, but the error message is not correct.

  [root@vm134 pe]# glance image-show 9be94a27-367f-4a26-ae7a-045db3cb7332
  +------------------+--------------------------------------+
  | Property         | Value                                |
  +------------------+--------------------------------------+
  | checksum         | None                                 |
  | container_format | None                                 |
  | created_at       | 2015-07-02T09:09:22Z                 |
  | disk_format      | None                                 |
  | id               | 9be94a27-367f-4a26-ae7a-045db3cb7332 |
  | locations        | []                                   |
  | min_disk         | 0                                    |
  | min_ram          | 0                                    |
  | name             | test                                 |
  | owner            | e4b36a5b654942328943a835339a6289     |
  | protected        | False                                |
  | size             | None                                 |
  | status           | queued                               |
  | tags             | []                                   |
  | updated_at       | 2015-07-02T09:09:22Z                 |
  | virtual_size     | None                                 |
  | visibility       | private                              |
  +------------------+--------------------------------------+
  [root@vm134 pe]# glance image-download 9be94a27-367f-4a26-ae7a-045db3cb7332 --file myimg
  iter() returned non-iterator of type 'NoneType'

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1472449/+subscriptions


References