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:
parent
002787e4b9
commit
b138531e9b
@ -59,11 +59,11 @@ The parameters available are:
|
|||||||
|
|
||||||
If you set a configuration of a puppet class which is not being included
|
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
|
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:
|
parameter_defaults:
|
||||||
NovaComputeExtraConfig:
|
NovaComputeExtraConfig:
|
||||||
'nova::scheduler::filter::cpu_allocation_ratio': '11.0'
|
'nova::scheduler::filter::max_io_ops_per_host': '4.0'
|
||||||
compute_classes:
|
compute_classes:
|
||||||
- '::nova::scheduler::filter'
|
- '::nova::scheduler::filter'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user