Merge "Add an example to add more pci devices in nova.conf"
This commit is contained in:
@@ -33,7 +33,7 @@ needing to repeat all the PCI property requirements.
|
||||
|
||||
Possible Values:
|
||||
|
||||
* A list of JSON values which describe the aliases. For example::
|
||||
* A dictionary of JSON values which describe the aliases. For example::
|
||||
|
||||
alias = {
|
||||
"name": "QuickAssist",
|
||||
@@ -62,6 +62,24 @@ Possible Values:
|
||||
``numa_policy``
|
||||
Required NUMA affinity of device. Valid values are: ``legacy``,
|
||||
``preferred`` and ``required``.
|
||||
|
||||
* Supports multiple aliases by repeating the option (not by specifying
|
||||
a list value)::
|
||||
|
||||
alias = {
|
||||
"name": "QuickAssist-1",
|
||||
"product_id": "0443",
|
||||
"vendor_id": "8086",
|
||||
"device_type": "type-PCI",
|
||||
"numa_policy": "required"
|
||||
}
|
||||
alias = {
|
||||
"name": "QuickAssist-2",
|
||||
"product_id": "0444",
|
||||
"vendor_id": "8086",
|
||||
"device_type": "type-PCI",
|
||||
"numa_policy": "required"
|
||||
}
|
||||
"""),
|
||||
cfg.MultiStrOpt('passthrough_whitelist',
|
||||
default=[],
|
||||
|
Reference in New Issue
Block a user