summaryrefslogtreecommitdiff
path: root/nova/compute
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-01-12 23:08:03 +0000
committerGerrit Code Review <review@openstack.org>2023-01-12 23:08:03 +0000
commit8e3ffb851b3faa8144894a3299f84acd8eed38dc (patch)
tree6d2a54fe62d710d94ac1974aaddfb2d44e672c79 /nova/compute
parent922f5f6da4a0a4ef12a84736aa37eef887166727 (diff)
parent2cb1eedeafbfe0d99f5a7dcdf9c9ad02e735c6df (diff)
downloadnova-8e3ffb851b3faa8144894a3299f84acd8eed38dc.tar.gz
Merge "Allow enabling PCI scheduling in Placement"
Diffstat (limited to 'nova/compute')
-rw-r--r--nova/compute/pci_placement_translator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/compute/pci_placement_translator.py b/nova/compute/pci_placement_translator.py
index 3ee52e303c..016efd9122 100644
--- a/nova/compute/pci_placement_translator.py
+++ b/nova/compute/pci_placement_translator.py
@@ -614,7 +614,7 @@ def update_provider_tree_for_pci(
if updated:
LOG.debug(
"Placement PCI view needs allocation healing. This should only "
- "happen if [scheduler]pci_in_placement is still disabled. "
+ "happen if [filter_scheduler]pci_in_placement is still disabled. "
"Original allocations: %s New allocations: %s",
old_alloc,
allocations,