nova/releasenotes/notes/vmware-mem-stats-a9b6fac815d2bc57.yaml
Radoslav Gerganov 93bd310b91 VMware: fix memory stats
The total memory for the vCenter cluster managed by Nova
should be the aggregated sum of total memory of each ESX host in the
cluster. This is more accurate than using the available memory of the
resource pool associated to the cluster.

Partial-Bug: #1462957
Change-Id: I030cee9cebb0f030361aa6bbb612da5cd4202a7f
2017-12-12 10:06:05 +02:00

8 lines
318 B
YAML

---
fixes:
- |
Fixes how memory stats are reported for VMware. The total memory for the
vCenter cluster managed by Nova should be the aggregated sum of total
memory of each ESX host in the cluster. This is more accurate than using
the available memory of the resource pool associated to the cluster.