summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorBalazs Gibizer <gibi@redhat.com>2022-07-20 10:54:16 +0200
committerBalazs Gibizer <gibi@redhat.com>2022-08-27 12:41:20 +0200
commit06389f8d849c6380a5f3763f03e84f804c4d29f2 (patch)
treec57a3bf61f739ca0bfd9cb11f2a9f866094bd234 /releasenotes/notes
parent9268bc36a3671f946eeb1021bb101de8fab7a438 (diff)
downloadnova-06389f8d849c6380a5f3763f03e84f804c4d29f2.tar.gz
Allow enabling PCI tracking in Placement
This patch introduces the [pci]report_in_placement config option that is False by default but if set to True will enable reporting of the PCI passthrough inventories to Placement. blueprint: pci-device-tracking-in-placement Change-Id: I49a3dbf4c5708d2d92dedd29a9dc3ef25b6cd66c
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/bp-pci-device-tracking-in-placement-75ee1d20a57662f2.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/bp-pci-device-tracking-in-placement-75ee1d20a57662f2.yaml b/releasenotes/notes/bp-pci-device-tracking-in-placement-75ee1d20a57662f2.yaml
new file mode 100644
index 0000000000..48a387f1bd
--- /dev/null
+++ b/releasenotes/notes/bp-pci-device-tracking-in-placement-75ee1d20a57662f2.yaml
@@ -0,0 +1,9 @@
+---
+features:
+ - |
+ Nova started tracking PCI devices in Placement. This is an optional feature
+ disable by default while we are implementing inventory tracking and
+ scheduling support for both PCI passthrough devices and SR-IOV devices
+ consumed via Neutron ports. Please read our
+ `documentation <https://docs.openstack.org/nova/latest/admin/pci-passthrough.html#pci-tracking-in-placement>`_
+ for more details on what is supported how this feature can be enabled.