diff --git a/doc/source/reference/networking/sriov.rst b/doc/source/reference/networking/sriov.rst index 404dddd8ba..73afa7b0f0 100644 --- a/doc/source/reference/networking/sriov.rst +++ b/doc/source/reference/networking/sriov.rst @@ -203,8 +203,8 @@ Compute service on the compute node also require the ``alias`` option under the available_filters = nova.scheduler.filters.all_filters [pci] - passthrough_whitelist = [{"vendor_id": "8086", "product_id": "10fb"}] - alias = [{"vendor_id":"8086", "product_id":"10ed", "device_type":"type-VF", "name":"vf1"}] + device_spec = [{"vendor_id": "8086", "product_id": "10fb"}] + alias = {"vendor_id":"8086", "product_id":"10ed", "device_type":"type-VF", "name":"vf1"} Run deployment.