puppet-nova/releasenotes/notes/fix-pci-config-params-bfa54021a532c237.yaml
Rajesh Tailor 018c8a2900 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

Change-Id: Ia7d8c0c900b3cb05d809e62e5c203d183b357fce
Related-Bug: #1696955
2017-07-06 17:19:11 +05:30

10 lines
286 B
YAML

---
fixes:
- |
PCI configuration options name should be same as mentioned in nova
configuration file, since these are moved to PCI section.
Options affected by this change:
* ``pci_alias`` to ``alias``
* ``pci_passthrough_whitelist`` to ``passthrough_whitelist``