From 1815b4ade5f98e033f6886ef4fa60c2e051902c8 Mon Sep 17 00:00:00 2001 From: Matt Wisch Date: Fri, 26 May 2017 15:59:25 -0400 Subject: [PATCH] Updated telemetry compute_monitors option The provided compute_monitors driver was out of date. The monitor plugin interface was re-worked, and only cpu.virt_driver is included by default as of the Liberty release. Change-Id: I1c44cda279430c74b6b958ef9b67fbbb1bd6e3d6 Closes-Bug: #1693913 --- doc/admin-guide/source/telemetry-measurements.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/admin-guide/source/telemetry-measurements.rst b/doc/admin-guide/source/telemetry-measurements.rst index bc92d47ae3..59e9257f1b 100644 --- a/doc/admin-guide/source/telemetry-measurements.rst +++ b/doc/admin-guide/source/telemetry-measurements.rst @@ -392,7 +392,7 @@ above table is the following: OpenStack Compute is capable of collecting ``CPU`` related meters from the compute host machines. In order to use that you need to set the -``compute_monitors`` option to ``ComputeDriverCPUMonitor`` in the +``compute_monitors`` option to ``cpu.virt_driver`` in the ``nova.conf`` configuration file. For further information see the Compute configuration section in the `Compute chapter `__