018c8a2900
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
10 lines
286 B
YAML
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``
|