Correct [pci] syntax in Nova SRIOV documentation
The ``[pci]`` options in the Nova SRIOV documentation are incorrect. ``alias`` is a JSON object but mentioned as a list of object here. ``through_whitelist`` is deprecated [1] in favour of ``device_spec``. [1] https://docs.openstack.org/nova/2023.1/configuration/config.html#id116 Closes-Bug: #2019985 Change-Id: I4f9bce297bc3385f9749e4221f4721c1841700a1
This commit is contained in:
parent
86a3da5d7f
commit
d30d1fd655
@ -203,8 +203,8 @@ Compute service on the compute node also require the ``alias`` option under the
|
|||||||
available_filters = nova.scheduler.filters.all_filters
|
available_filters = nova.scheduler.filters.all_filters
|
||||||
|
|
||||||
[pci]
|
[pci]
|
||||||
passthrough_whitelist = [{"vendor_id": "8086", "product_id": "10fb"}]
|
device_spec = [{"vendor_id": "8086", "product_id": "10fb"}]
|
||||||
alias = [{"vendor_id":"8086", "product_id":"10ed", "device_type":"type-VF", "name":"vf1"}]
|
alias = {"vendor_id":"8086", "product_id":"10ed", "device_type":"type-VF", "name":"vf1"}
|
||||||
|
|
||||||
Run deployment.
|
Run deployment.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user