Merge "Add 'COMPUTE_STORAGE_VIRTIO_FS', 'COMPUTE_MEM_BACKING_FILE'"

This commit is contained in:
Zuul 2022-07-18 11:38:46 +00:00 committed by Gerrit Code Review
commit 4c8a5542e5
2 changed files with 6 additions and 1 deletions

View File

@ -37,5 +37,8 @@ TRAITS = [
'SOCKET_PCI_NUMA_AFFINITY',
# The compute manager supports handling remote_managed PCI devices
# associated with SmartNIC DPUs.
'REMOTE_MANAGED_PORTS'
'REMOTE_MANAGED_PORTS',
# The compute manager is configured to support file-backed memory.
# https://docs.openstack.org/nova/latest/admin/file-backed-memory.html
'MEM_BACKING_FILE',
]

View File

@ -25,4 +25,6 @@ TRAITS = [
'BUS_VIRTIO',
'BUS_UML',
'BUS_XEN',
# The compute manager supports virtio filesystems.
'VIRTIO_FS',
]