diff --git a/os_traits/compute/__init__.py b/os_traits/compute/__init__.py index 7aa7b84..c535a8c 100644 --- a/os_traits/compute/__init__.py +++ b/os_traits/compute/__init__.py @@ -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', ]