puppet-nova/releasenotes/notes/add_pci_alias_compute-a7780fa3181e7749.yaml
Sai Sindhur Malleni c1a4ab211d Add pci/alias to compute manifest
Starting with Ocata pci_alias needs to be configured on compute nodes as
well.

This requires refactoring of the manifests as the parameter is common to
nova::compute and nova::api.
Common pci configuration is now done by the nova::pci class while compute
specific configuration is done now by the nova::compute::pci class.

Closes-Bug: #1702730
Change-Id: Iac4f22cbe043629ae9f0477ae62cf77ad0d761f8
2017-08-31 23:20:46 +01:00

14 lines
535 B
YAML

---
fixes:
- |
[pci]/alias option is now required in the nova configuration file on compute nodes too.
This requires refactoring of the manifests as the parameter is common to nova::compute
and nova::api.
Common pci configuration is now done by the nova::pci class while compute specific
configuration is done now by the nova::compute::pci class.
deprecations:
- |
nova::api::pci_alias is deprecated by nova::pci::aliases
nova::compute::pci_passthrough is deprecated by nova::compute::pci::passthrough