Comment 9 for bug 1745977

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

Reviewed: https://review.openstack.org/545989
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=e0c1d461af0701adb94e6974f363e12395ed0162
Submitter: Zuul
Branch: stable/ocata

commit e0c1d461af0701adb94e6974f363e12395ed0162
Author: Dan Smith <email address hidden>
Date: Tue Feb 13 07:16:57 2018 -0800

    Lazy-load instance attributes with read_deleted=yes

    If we're doing a lazy-load of a generic attribute on instance, we
    should be using read_deleted=yes. Otherwise we just fail in the load
    process which is confusing and not helpful to a cleanup routine that
    needs to handle the deleted instance. This makes us load those things
    with read_deleted=yes.

    Change-Id: Ide6cc5bb1fce2c9aea9fa3efdf940e8308cd9ed0
    Closes-Bug: #1745977
    (cherry picked from commit 6ba8a35825a7ec839b2d0aab7559351d573130ab)
    (cherry picked from commit 619754f5c836ed1b58c807138836e6cf5a4e6904)
    (cherry picked from commit 1407079d4008c6304799dd83f5bf4ba505d8e438)