Comment 2 for bug 1321186

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

Reviewed: https://review.openstack.org/94338
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=4c5dea6a5103a141b0ca13dcd57b32b3261180d1
Submitter: Jenkins
Branch: master

commit 4c5dea6a5103a141b0ca13dcd57b32b3261180d1
Author: liu-sheng <email address hidden>
Date: Tue May 20 18:33:25 2014 +0800

    Fix nova image-show with queued image

    Currently, the nova image-show command cannot be used with queued images,
    because they don't have certain attributes set yet. Nova will raise
    AttributeError, which causes a 500 to be returned from the API.

    Change-Id: I7d73b891545492e3e247eebdf02507cb630eb250
    Closes-bug: #1321186