Comment 14 for bug 1757207

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

Reviewed: https://review.openstack.org/604786
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=72d2e82e1275035c70cb6862ff15dc41b3d9b621
Submitter: Zuul
Branch: stable/queens

commit 72d2e82e1275035c70cb6862ff15dc41b3d9b621
Author: imacdonn <email address hidden>
Date: Sat Sep 22 00:55:36 2018 +0000

    nova-status - don't count deleted compute_nodes

    When counting rows in the compute_nodes table to compare against
    resource records, those which have been marked as deleted should
    not be counted, otherwise the result is artificially high.

    Change-Id: Ia3fbb9c46c15826fc363286ce48984f59cbe1e62
    Closes-Bug: #1757207
    (cherry picked from commit 3e902313e9c3117e76d6adf88a2f104bc229374c)