Merge "nova-libvirt: provide TPM emulation"

This commit is contained in:
Zuul 2022-09-28 13:25:13 +00:00 committed by Gerrit Code Review
commit 7a42617e2e
2 changed files with 6 additions and 0 deletions

View File

@ -25,6 +25,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'openvswitch',
'qemu-img',
'qemu-kvm',
'swtpm',
] %}
{% if base_arch == 'x86_64' %}
{% set nova_libvirt_packages = nova_libvirt_packages + [
@ -53,6 +54,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'qemu-system',
'qemu-utils',
'sasl2-bin',
'swtpm',
'trousers'
] %}

View File

@ -0,0 +1,4 @@
---
features:
- |
Nova instances can use TPM emulation (via "swtpm").