Comment 2 for bug 1333074

Revision history for this message
Pavel Stano (stano-u) wrote :

patch from review works ok with icehouse release like this:

pci_alias = { "name": "sriov_eth0", "vendor_id": "14e4", "product_id": "16af", "extra_info.phys_function": "0000:01:00.0" }
pci_alias = { "name": "sriov_eth1", "vendor_id": "14e4", "product_id": "16af", "extra_info.phys_function": "0000:01:00.1" }
pci_passthrough_whitelist = [{"vendor_id": "14e4", "product_id": "16af"}]

nova flavor-key sriovtest2 set "pci_passthrough:alias"="sriov_eth0:1,sriov_eth1:1"