File: add_pci_alias_compute-a7780fa3181e7749.yaml

package info (click to toggle)
puppet-module-nova 25.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,100 kB
  • sloc: ruby: 11,433; python: 38; sh: 10; makefile: 10
file content (13 lines) | stat: -rw-r--r-- 535 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
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