Comment 3 for bug 994935

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

Reviewed: https://review.openstack.org/7712
Committed: http://github.com/openstack/nova/commit/31506c0a252f06e283eecc54741f6a3062fbe913
Submitter: Jenkins
Branch: master

commit 31506c0a252f06e283eecc54741f6a3062fbe913
Author: Josh Kearney <email address hidden>
Date: Wed May 23 13:36:37 2012 -0500

    Permit deleted instance types to be queried for active instances.

    Fixes bug 994935.

    This removes the deleted=0 restriction for joining instance_types
    to instances. Active instances may be using old/deleted instance_types,
    so we still need to be able to look up that information for show/detail
    requests.

    Change-Id: Ica72801f19c7e5b04966e53ed3ea4c330df44ed1