Fix a spelling mistake.

Change-Id: Ica960b32b9b94e2513ca932949ca49cfcf89579b
This commit is contained in:
zhangshj 2018-09-15 15:07:45 +08:00
parent 860c9a33f7
commit 806cbd470f
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ parameter_defaults:
## You must change these values accordingly to your hardware
IsolCpusList: "2,3" # Logical CPUs list to be isolated from the host process (applied via cpu-partitioning tuned).
# It is mandatory to provide isolated cpus for tuned to achive optimal performance.
# It is mandatory to provide isolated cpus for tuned to achieve optimal performance.
# Example: "3-8,12-15,18"
NovaVcpuPinSet: "2,3" # Cores to pin Nova instances to. For maximum performance, select cores
# on the same NUMA node(s) selected for previous settings.