Skip to content

Commit 1d788f1

Browse files
committed
[doc]Fix the device_spec config doc about placement
Change-Id: Id08761918ccc3477a39d9c778f3ac92679c22511 (cherry picked from commit fca941a) (cherry picked from commit ea0f46f) (cherry picked from commit 2c98f91) (cherry picked from commit ed7371f)
1 parent e8999f0 commit 1d788f1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nova/conf/pci.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,9 @@
175175
its corresponding PF), otherwise they will be ignored and not
176176
available for allocation.
177177
- ``resource_class`` - optional Placement resource class name to be used
178-
to track the matching PCI devices in Placement when [pci]device_spec is
179-
True. It can be a standard resource class from the
178+
to track the matching PCI devices in Placement when
179+
[pci]report_in_placement is True.
180+
It can be a standard resource class from the
180181
``os-resource-classes`` lib. Or can be any string. In that case Nova will
181182
normalize it to a proper Placement resource class by making it upper
182183
case, replacing any consecutive character outside of ``[A-Z0-9_]`` with a

0 commit comments

Comments
 (0)