Comment 9 for bug 1784874

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

Reviewed: https://review.opendev.org/676461
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=4f112195b0ad99f07784a9fe8dbe32a25329151d
Submitter: Zuul
Branch: stable/pike

commit 4f112195b0ad99f07784a9fe8dbe32a25329151d
Author: Dan Smith <email address hidden>
Date: Wed Aug 1 10:16:41 2018 -0700

    Hook resource_tracker to remove stale node information

    When we remove a node from a host due to rebalance or decommission,
    we need to tell the resource tracker so it stops keeping track of
    the details for that node. This adds a hook for doing that and
    calls it from the place in compute manager where we purge the
    record from the database.

    Change-Id: Ie6b6bb2a9e8a4ad33675fccb3827e8197fa16398
    Closes-Bug: #1784874
    (cherry picked from commit 99db9faae5c1e84e5aa8586c32ffcca7a61ae276)
    (cherry picked from commit 7302a625ee9af2c9dd88f8630f1e95fc5977a70a)