Fix parameters_defaults typos
This was a sedding mistake, should be parameter_defaults Change-Id: I128f8717b73222d284b224069bc2855b8ced93a2
This commit is contained in:
@@ -22,7 +22,7 @@ value for compute nodes::
|
||||
|
||||
|
||||
cat > compute_params.yaml << EOF
|
||||
parameters_defaults:
|
||||
parameter_defaults:
|
||||
NovaComputeExtraConfig:
|
||||
nova::compute::reserved_host_memory: some_value
|
||||
EOF
|
||||
@@ -50,7 +50,7 @@ The parameters available are:
|
||||
yet, make sure you include it in the ExtraConfig definition, for example
|
||||
if you want to change CPU allocation ratio::
|
||||
|
||||
parameters_defaults:
|
||||
parameter_defaults:
|
||||
NovaComputeExtraConfig:
|
||||
'nova::scheduler::filter::cpu_allocation_ratio': '11.0'
|
||||
compute_classes:
|
||||
|
||||
@@ -11,7 +11,7 @@ suffix of instance name in `nova list` output. In this following text
|
||||
`overcloud-controller-1` node is replaced with `overcloud-controller-3`::
|
||||
|
||||
$ cat ~/remove.yaml
|
||||
parameters_defaults:
|
||||
parameter_defaults:
|
||||
ControllerRemovalPolicies:
|
||||
[{'resource_list': ['1']}]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user