Change custom config example

The cpu_allocation_ration was moved top level.
I have picked another example.

Change-Id: I42e12f5ff2dcadf01e60cafad59e9b306d4df5eb
This commit is contained in:
Christopher Brown 2017-04-11 13:43:52 +01:00
parent 002787e4b9
commit b138531e9b

View File

@ -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'