From 63afd8259ae572ca04b10cbf880a590cdf526277 Mon Sep 17 00:00:00 2001 From: chenke Date: Mon, 19 Nov 2018 17:19:25 +0800 Subject: [PATCH] Update doc for vm_workload_consolidation strategy Actually, the metric "cpu_util" and "memory.resident" are necessary in vm_workload_consolidation.py, according to line 75. So modify this document about this part. Change-Id: I648f341184a0b42d88dcb4c934af989997fe3fea --- doc/source/strategies/vm_workload_consolidation.rst | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/doc/source/strategies/vm_workload_consolidation.rst b/doc/source/strategies/vm_workload_consolidation.rst index a5ef4ed38..790c25cd4 100644 --- a/doc/source/strategies/vm_workload_consolidation.rst +++ b/doc/source/strategies/vm_workload_consolidation.rst @@ -22,20 +22,12 @@ The *vm_workload_consolidation* strategy requires the following metrics: ============================ ============ ======= ======= metric service name plugins comment ============================ ============ ======= ======= +``cpu_util`` ceilometer_ none +``memory.resident`` ceilometer_ none ``memory`` ceilometer_ none ``disk.root.size`` ceilometer_ none ============================ ============ ======= ======= -The following metrics are not required but increase the accuracy of -the strategy if available: - -============================ ============ ======= ======= -metric service name plugins comment -============================ ============ ======= ======= -``memory.resident`` ceilometer_ none -``cpu_util`` ceilometer_ none -============================ ============ ======= ======= - .. _ceilometer: https://docs.openstack.org/ceilometer/latest/admin/telemetry-measurements.html#openstack-compute Cluster data model