Comment 3 for bug 1776743

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

Reviewed: https://review.openstack.org/575222
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=c8d5a71da69512c272c6106e837a7f2ffac87032
Submitter: Zuul
Branch: master

commit c8d5a71da69512c272c6106e837a7f2ffac87032
Author: Matt Riedemann <email address hidden>
Date: Wed Jun 13 16:23:17 2018 -0400

    Don't heal allocations for deleted servers

    InstanceList.get_by_filters by default returns deleted
    servers, which we don't want to heal, so this adds the
    missing filter along with a functional test to show
    this working as expected.

    Change-Id: Ic18b3ea5c7db5a0535488498b4e330803e0635b5
    Closes-Bug: #1776743