Merge "Add a trait for remote_managed port-capable nodes"

This commit is contained in:
Zuul 2022-01-25 16:48:07 +00:00 committed by Gerrit Code Review
commit 3d1dbf0c9d
1 changed files with 3 additions and 0 deletions

View File

@ -35,4 +35,7 @@ TRAITS = [
# The compute manager supports the `socket` value for the
# hw_pci_numa_affinity_policy image property/flavor extra spec.
'SOCKET_PCI_NUMA_AFFINITY',
# The compute manager supports handling remote_managed PCI devices
# associated with SmartNIC DPUs.
'REMOTE_MANAGED_PORTS'
]