Comment 7 for bug 1442098

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

Reviewed: https://review.openstack.org/308490
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=ef1c5dbcf3451c081356b45633220ad3969d5b70
Submitter: Jenkins
Branch: stable/mitaka

commit ef1c5dbcf3451c081356b45633220ad3969d5b70
Author: zte-hanrong <email address hidden>
Date: Mon Mar 7 23:21:32 2016 +0800

    Soft delete instance group member when delete instance

    Currently after instance deleted, the instance is still as member
    of instance group. This patch make sure the instance will removed
    from instance group when execute instance_destroy db call.

    Closes-Bug: #1442098

    Change-Id: I8cae3e5c317f0797944ecf3bea21c571ff24d9cf
    (cherry picked from commit e2f4370b04598833939f2b869e7bac11c02a4921)