Comment 5 for bug 1317880

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

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

commit c3191cf0ba5ad3dc2df8da2a2bf5c9d270fde9d9
Author: liyingjun <email address hidden>
Date: Tue Jun 24 19:20:50 2014 +0800

    Add missing image to instance booted from volume

    When booting an instance from a volume, the image_ref for
    the instance will be None. And the API do not get the image
    information for the instance also. So when we calling the
    related API, we get "" for instance.image.

    Change-Id: I3c35ab1d7c8bcec551fb5d67d0b44418266b32a4
    Closes-bug: 1317880