While it works as is, the output does not match nova docs.
nova_pci_passthrough_whitelist:
'{ "vendor_id": "10de", "product_id": "15f7" }'
outputting
passthrough_whitelist = "{ "vendor_id": "10de", "product_id": "15f7" }"
instead of the following as expected
passthrough_whitelist = { "vendor_id": "10de", "product_id": "15f7" }
same thing happens with the alias lines. This hits all release back to
at least pike.
Change-Id: I5fc34689eb12e6bd9b4f8977f2b9eebe637f11ec
(cherry picked from commit 4d01d54269)