Merge "Nova: fix swtpm and swtpm-tools missing from deb installs"

This commit is contained in:
Zuul 2024-04-24 11:24:44 +00:00 committed by Gerrit Code Review
commit e5024911f1
3 changed files with 8 additions and 0 deletions

View File

@ -72,6 +72,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'qemu-utils',
'rsync',
'sasl2-bin',
'swtpm',
'swtpm-tools',
'sysfsutils',
'targetcli-fb',
'xfsprogs'

View File

@ -56,6 +56,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'qemu-utils',
'sasl2-bin',
'swtpm',
'swtpm-tools',
'trousers'
] %}

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixes a bug where swtpm and swtpm-tools deb packages are missing in 'nova-compute' and 'nova-libvirt' containers which keeps 'nova-compute' container from starting when operator enables TPM support in Nova.
`LP#2062572 <https://launchpad.net/bugs/2062572>`__