commit 6ba8a35825a7ec839b2d0aab7559351d573130ab
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.
Reviewed: https:/ /review. openstack. org/543970 /git.openstack. org/cgit/ openstack/ nova/commit/ ?id=6ba8a35825a 7ec839b2d0aab75 59351d573130ab
Committed: https:/
Submitter: Zuul
Branch: master
commit 6ba8a35825a7ec8 39b2d0aab755935 1d573130ab
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: Ide6cc5bb1fce2c 9aea9fa3efdf940 e8308cd9ed0
Closes-Bug: #1745977