Add COMPUTE_MANAGED_PCI_DEVICE trait

This will be used by nova implementing PCI tracking in Placement along
with the existing OWNER_NOVA trait to indicate that an RP has
inventories of nova managed PCI device (or its children devices).

blueprint: pci-device-tracking-in-placement
Change-Id: Id0c87f3afc223f655a708d7d08df62216d832203
This commit is contained in:
Balazs Gibizer 2022-07-20 16:54:33 +02:00
parent 4c8a5542e5
commit 62bb86895f
1 changed files with 3 additions and 0 deletions

View File

@ -41,4 +41,7 @@ TRAITS = [
# The compute manager is configured to support file-backed memory.
# https://docs.openstack.org/nova/latest/admin/file-backed-memory.html
'MEM_BACKING_FILE',
# Nova use this to indicate that an RP has inventories of PCI device(s)
# managed by the nova-compute service
'MANAGED_PCI_DEVICE',
]