SRIOV support

Enable SRIOV support in nova scheduler and compute.

Change-Id: Ib1d180a5eb47221d322e4d147dd845aa63b1b408
Epic: PROD-8956
diff --git a/README.rst b/README.rst
index c5080b7..86fb99b 100644
--- a/README.rst
+++ b/README.rst
@@ -260,6 +260,25 @@
           flavor:
             ...
 
+SRIOV
+------
+
+Add PciPassthroughFilter into scheduler filters and NICs on specific compute nodes.
+
+.. code-block:: yaml
+
+  nova:
+    controller:
+      sriov: true
+      scheduler_default_filters: "DifferentHostFilter,RetryFilter,AvailabilityZoneFilter,RamFilter,CoreFilter,DiskFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,PciPassthroughFilter"
+
+  nova:
+    compute:
+      sriov:
+        nic_one:
+          devname: eth1
+          physical_network: physnet1
+
 
 Documentation and Bugs
 ============================