VGPU: Modify the example of vgpu white_list set

`enabled_vgpu_types` flag has been set in nova.conf to set enabled
vgpu type of current host. The example is wrong.
Modify the example to avoid mislead.

Change-Id: If7a150d4d28609cabeb5f513bbd134a969fca17c
Closes-Bug: #1746217
(cherry picked from commit 8e687ab4f8)
This commit is contained in:
naichuans 2018-01-30 11:02:04 +00:00 committed by Matt Riedemann
parent 5caca24dc7
commit 6e53489a99
1 changed files with 4 additions and 2 deletions

View File

@ -24,9 +24,11 @@ A list of the vGPU types enabled in the compute node.
Some pGPUs (e.g. NVIDIA GRID K1) support different vGPU types. User can use
this option to specify a list of enabled vGPU types that may be assigned to a
guest instance. An example is as the following:
guest instance. But please note that Nova only supports a single type in the
Queens release. If more than one vGPU type is specified (as a comma-separated
list), only the first one will be used. An example is as the following:
[devices]
enabled_vgpu_types = ['GRID K100', 'Intel GVT-g', 'MxGPU.2', 'nvidia-11']
enabled_vgpu_types = GRID K100,Intel GVT-g,MxGPU.2,nvidia-11
""")
]