summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorBalazs Gibizer <gibi@redhat.com>2022-05-30 12:01:29 +0200
committerBalazs Gibizer <gibi@redhat.com>2022-08-10 17:08:35 +0200
commit14e68ac6e996587a969a6006030cbca686643dd9 (patch)
treec7d1b2f779048cc9111207b9e601e38d5e73a52e /releasenotes
parent57c253a609e859fa21ba05b264f0ba4d0ade7b8b (diff)
downloadnova-14e68ac6e996587a969a6006030cbca686643dd9.tar.gz
Rename [pci]passthrough_whitelist to device_spec
A later patch in the pci-device-tracking-in-placement work will extend the existing [pci]passthrough_whitelist config syntax. So we take the opportunity here to deprecate the old non inclusive passthrough_whitelist name and introduce a better one. All the usage of CONF.pci.passthrough_whitelist is now changed over to the new device_spec config. Also the in tree documentation is updated accordinly. However the nova code still has a bunch of references to the "whitelist" terminology. That will be handled in subsequent patches. blueprint: pci-device-tracking-in-placement Change-Id: I843032e113642416114f169069eebf6a56ed78dd
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/deprecate-passthrough_whitelist-config-name-0530d502c960d753.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/deprecate-passthrough_whitelist-config-name-0530d502c960d753.yaml b/releasenotes/notes/deprecate-passthrough_whitelist-config-name-0530d502c960d753.yaml
new file mode 100644
index 0000000000..a0c707def4
--- /dev/null
+++ b/releasenotes/notes/deprecate-passthrough_whitelist-config-name-0530d502c960d753.yaml
@@ -0,0 +1,6 @@
+---
+deprecations:
+ - |
+ The [pci]passthrough_whitelist config option is renamed to
+ [pci]device_spec. The old name is deprecated and aliased to the new one.
+ The old name will be removed in a future release.