Fix parameters_defaults typos

This was a sedding mistake, should be parameter_defaults

Change-Id: I128f8717b73222d284b224069bc2855b8ced93a2
This commit is contained in:
Steven Hardy
2016-04-21 10:26:46 +01:00
parent 6a486f6173
commit f1c456fcff
2 changed files with 3 additions and 3 deletions

View File

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

View File

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