Comment 9 for bug 1757207

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

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

commit 3e902313e9c3117e76d6adf88a2f104bc229374c
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