Comment 10 for bug 1696955

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to puppet-nova (stable/ocata)

Reviewed: https://review.openstack.org/482033
Committed: https://git.openstack.org/cgit/openstack/puppet-nova/commit/?id=22b107f54c7910027846fa2cacc7b07564321afc
Submitter: Jenkins
Branch: stable/ocata

commit 22b107f54c7910027846fa2cacc7b07564321afc
Author: Rajesh Tailor <email address hidden>
Date: Thu Jul 6 15:45:47 2017 +0530

    Fix pci config params name as mentioned in nova conf

    This change, modifies name of params, as mentioned in sample
    nova conf [1].
    The parameter name in PCI section should be `alias` and
    `passthrough_whitelist` instead of `pci_alias` and
    `pci_passthrough_whitelist`.

    [1] https://docs.openstack.org/nova/latest/sample_config.html

    Conflicts:
            manifests/api.pp
            manifests/compute.pp
            spec/classes/nova_api_spec.rb
            spec/classes/nova_compute_spec.rb

    Change-Id: Ia7d8c0c900b3cb05d809e62e5c203d183b357fce
    Related-Bug: #1696955
    (cherry picked from commit 018c8a290065eb642ec0e436006117dfc66aa1ea)