venkatamahesh 2cae8a1c7d [config-ref] Update nova tables
Change-Id: I7b5338c441217822b0dfe2a9a4522ab190801cc7
Closes-Bug: #1539901
Closes-Bug: #1541181
Closes-Bug: #1534872
Closes-Bug: #1542421
Closes-Bug: #1531025
Closes-Bug: #1536840
Partial-Bug: #1487685
Partial-Bug: #1532210
Partial-Bug: #1532971
2016-02-23 07:32:32 +00:00

1.2 KiB

Description of PCI configuration options
Configuration option = Default value Description
[DEFAULT]
pci_alias = [] (MultiStrOpt) An alias for a PCI passthrough device requirement. This allows users to specify the alias in the extra_spec for a flavor, without needing to repeat all the PCI property requirements. For example: pci_alias = { "name": "QuickAssist", "product_id": "0443", "vendor_id": "8086", "device_type": "type-PCI" } defines an alias for the Intel QuickAssist card. (multi valued).
pci_passthrough_whitelist = [] (MultiStrOpt) White list of PCI devices available to VMs. For example: pci_passthrough_whitelist = [{"vendor_id": "8086", "product_id": "0443"}]