Comment 7 for bug 948286

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

Reviewed: https://review.openstack.org/5678
Committed: http://github.com/openstack/nova/commit/668af3986888a2e2368d5d3fd01e674e849990e2
Submitter: Jenkins
Branch: master

commit 668af3986888a2e2368d5d3fd01e674e849990e2
Author: Julien Danjou <email address hidden>
Date: Thu Mar 22 14:40:10 2012 +0100

    Check that DescribeInstance works with deleted image

    This test checks that even if the image is non-existant, DescribeInstances
    returns correctly an answer and does not fails because of ImageNotFound".

    This has been the case previously (essex-4), and its now fixed with other
    another issue listed in bug #948286, but I wrote a test to be sure of that.

    Change-Id: I34df7a3fbc492f4418b2751b2b8bc527a7bbe335
    Signed-off-by: Julien Danjou <email address hidden>