Move deprecated pci_passthrough_whitelist

Commit I886045ab4e6bdb8418fd1ccdcd811417ecb4ad4a moved the config option
[DEFAULT] pci_passthrough_whitelist to [pci] passthrough_whitelist.
This change set updates our devref accordingly.

Change-Id: Ide034a9b444a9a18ea312f63a8e2b7226a74a6c2
changes/38/424238/1 4.0.0.0b3
Eric Fried 6 years ago
parent 90e0719250
commit 4adbf4b05f

@ -64,13 +64,13 @@ required (but see Optional Configuration below).
If using ``pvm_sriov``, you must inform the compute driver which physical
networks are allowed to be used by VMs. Each SR-IOV physical port must be
labeled with its corresponding neutron network name as described in Usage above;
and each authorized network must be listed in the ``pci_passthrough_whitelist``
in the ``[DEFAULT]`` section of the nova configuration file (e.g.
and each authorized network must be listed in the ``passthrough_whitelist`` in
the ``[pci]`` section of the nova configuration file (e.g.
``/etc/nova/nova.conf``). For example, to authorize networks named ``default``
and ``prod_net``, include the following in the nova configuration file::
[DEFAULT]
pci_passthrough_whitelist = [{"physical_network": "default"}, {"physical_network": "prod_net"}]
[pci]
passthrough_whitelist = [{"physical_network": "default"}, {"physical_network": "prod_net"}]
Optional Configuration

Loading…
Cancel
Save