diff --git a/doc/config-reference/compute/section_compute-scheduler.xml b/doc/config-reference/compute/section_compute-scheduler.xml
index 79f4eaa2c7..a92b0a2ef1 100644
--- a/doc/config-reference/compute/section_compute-scheduler.xml
+++ b/doc/config-reference/compute/section_compute-scheduler.xml
@@ -199,7 +199,7 @@ scheduler_available_filters=myfilter.MyFilter
instance may exceed the physical cores).
This filter can be configured to allow a fixed
amount of vCPU overcommitment by using the
- cpu_allocation_ratio
+
Configuration option in
nova.conf. The default setting
is:
@@ -209,6 +209,17 @@ scheduler_available_filters=myfilter.MyFilter
that node.
To disallow vCPU overcommitment set:cpu_allocation_ratio=1.0
+
+
+ The Compute API will always return the actual number of CPU
+ cores available on a compute node regardless of the value of
+ the configuration key. As
+ a result changes to the
+ are not reflected via the command line clients or the
+ dashboard. Changes to this configuration key are only taken
+ into account internally in the scheduler.
+
+ DifferentHostFilter