From b138531e9bdba5e43c2d547eeda4911a36483cfb Mon Sep 17 00:00:00 2001 From: Christopher Brown Date: Tue, 11 Apr 2017 13:43:52 +0100 Subject: [PATCH] Change custom config example The cpu_allocation_ration was moved top level. I have picked another example. Change-Id: I42e12f5ff2dcadf01e60cafad59e9b306d4df5eb --- doc/source/advanced_deployment/node_config.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/advanced_deployment/node_config.rst b/doc/source/advanced_deployment/node_config.rst index 90945089..1e8dbb51 100644 --- a/doc/source/advanced_deployment/node_config.rst +++ b/doc/source/advanced_deployment/node_config.rst @@ -59,11 +59,11 @@ The parameters available are: If you set a configuration of a puppet class which is not being included yet, make sure you include it in the ExtraConfig definition, for example - if you want to change CPU allocation ratio:: + if you want to change the Max IOPS per host setting:: parameter_defaults: NovaComputeExtraConfig: - 'nova::scheduler::filter::cpu_allocation_ratio': '11.0' + 'nova::scheduler::filter::max_io_ops_per_host': '4.0' compute_classes: - '::nova::scheduler::filter'