Files
Matthew Thode 7f440be0a5 update pci_passthrough template variables
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)
2019-02-19 14:55:56 -06:00
..
2017-05-31 16:15:26 +00:00
2017-08-15 16:22:44 +01:00
2017-08-02 15:07:37 -05:00
2015-10-17 00:44:03 -05:00