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

Closes-Bug: 2062572
Change-Id: I456a5b8f66aa88a82fb54938e8df7195d127d9cd
This commit is contained in:
Michal Wyszkowski 2024-04-22 13:03:38 +02:00
parent 52183ab561
commit abb969502f
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>`__