Added the ability to configuring white list of PCI devices
Change-Id: I94e72ad9fe2aa6a9a687e916fea6314521b87002
Related-Prod: PROD-23161 (PROD:23161)
diff --git a/README.rst b/README.rst
index a290d34..e57665b 100644
--- a/README.rst
+++ b/README.rst
@@ -325,6 +325,9 @@
name: "a1"
product_id: "154d"
vendor_id: "8086"
+ passthrough_whitelist:
+ - vendor_id: "10de"
+ product_id: "1db4"
network:
engine: neutron
host: 127.0.0.1
@@ -481,7 +484,7 @@
barbican:
enabled: true
-Define aliases for PCI devices:
+Define aliases for a PCI passthrough devices:
.. code-block:: yaml
nova:
@@ -495,6 +498,17 @@
product_id: "154d"
vendor_id: "8086"
+Define white list of PCI devices available to VMs:
+.. code-block:: yaml
+
+ nova:
+ compute:
+ ...
+ pci:
+ passthrough_whitelist:
+ - vendor_id: "10de"
+ product_id: "1db4"
+
Nova metadata custom bindings:
.. code-block:: yaml