Comment 3 for bug 1713502

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/pike)

Reviewed: https://review.openstack.org/498463
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=b2075bb2b49445a3523bd12d16a60a12a2f467ca
Submitter: Jenkins
Branch: stable/pike

commit b2075bb2b49445a3523bd12d16a60a12a2f467ca
Author: Eric Fried <email address hidden>
Date: Mon Aug 28 08:29:22 2017 -0500

    Update PCI passthrough doc for moved options

    The ``pci_passthrough_whitelist`` and ``pci_alias`` options in the
    ``[DEFAULT]`` section were deprecated and replaced by
    ``passthrough_whitelist`` and ``alias`` in the ``[pci]`` section,
    respectively, in ocata via [1]. However, the PCI passthrough
    documentation [2] was missed.

    [1] https://review.openstack.org/#/c/356604/
    [2] https://docs.openstack.org/nova/pike/admin/pci-passthrough.html

    Change-Id: I77ec8e9b4f90caa5a1e803d248fbc7d4e8db4005
    Closes-Bug: #1713502
    (cherry picked from commit 9c7d73195e4fd1c890228e3223106ccf4f13e22b)