** Changed in: nova Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1153827
Title: soft delete values in InstanceSystemMetadata on instance delete Status in OpenStack Compute (Nova): Fix Released Bug description: soft delete values in InstanceSystemMetadata on instance delete. Currently InstanceSystemMetadata is used in notify_usage_exists_deleted_instance. Non-deleted systemInstanceMetadta is currently used (with deleted instances). https://github.com/openstack/nova/blob/master/nova/db/sqlalchemy/models.py#L755 In order to fix this the read_deleted flag needs to work for joined tables. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1153827/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp