Comment 2 for bug 1257998

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

Reviewed: https://review.openstack.org/62118
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=6248cea77d221ac0f37a7be7481a235f457f7267
Submitter: Jenkins
Branch: master

commit 6248cea77d221ac0f37a7be7481a235f457f7267
Author: Maithem <email address hidden>
Date: Mon Jan 6 19:22:12 2014 -0800

    VMware: Only include connected hosts in cluster stats

    Currently the driver includes all hosts connected to VC
    (including disconnected hosts) when calculating available
    vcpus. The patch enforces that the reported available stats
    only include resources of hosts that are connected to the
    VC.

    Note: A host can be connected to a VC, but have a disconnected
    host state

    Change-Id: Iba9d80f894cc2b7471a7f9c87b7367fd93bacb48
    Closes-Bug: 1257998