diff --git a/os_traits/compute/__init__.py b/os_traits/compute/__init__.py index 8a3f3f3..8fd6852 100644 --- a/os_traits/compute/__init__.py +++ b/os_traits/compute/__init__.py @@ -15,4 +15,6 @@ TRAITS = [ # The virt driver supports associating a tag with a device *at boot time* 'DEVICE_TAGGING', + # The virt driver supports trusted image certificate validation + 'TRUSTED_CERTS', ]