[admin-guide] Fix the typo

Change-Id: Id5003785776c80791e0efbd326bee9e56e27967f
Closes-Bug: #1637047
This commit is contained in:
chenxing 2016-10-27 03:14:05 +00:00
parent 839eeb819a
commit e9c7f761b3

View File

@ -401,7 +401,7 @@ CPU pinning policy
setup to match the topology of the CPUs to which it is pinned. This
option implies an overcommit ratio of 1.0. For example, if a two vCPU
guest is pinned to a single host core with two threads, then the guest
will get a topology of one socket, one core, threads threads.
will get a topology of one socket, one core, two threads.
Valid CPU-THREAD-POLICY values are:
@ -452,7 +452,7 @@ NUMA topology
vCPUs to map to instance NUMA node N. If not specified, vCPUs are evenly
divided among available NUMA nodes.
- FLAVOR-MEMORY: (integer) The number of MB of instance memory to map to
instance instance NUMA node N. If not specified, memory is evenly divided
instance NUMA node N. If not specified, memory is evenly divided
among available NUMA nodes.
.. note::