Merge "Add COMPUTE_TRUSTED_CERTS trait"

This commit is contained in:
Zuul 2018-06-28 17:04:08 +00:00 committed by Gerrit Code Review
commit 88960e17fb
1 changed files with 2 additions and 0 deletions

View File

@ -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',
]