Fix missing tss user in Ubuntu/Debian nova containers

Closes-Bug: #2067050
Change-Id: Ife426c073048ff27bdfd9f3af30aaaab8c2e4497
(cherry picked from commit 757cf4c147)
This commit is contained in:
Rafal Lewandowski 2024-10-10 12:17:00 +02:00
parent 7eb2f9e9d9
commit af464eeb36
3 changed files with 8 additions and 0 deletions

View File

@ -75,6 +75,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'swtpm-tools', 'swtpm-tools',
'sysfsutils', 'sysfsutils',
'targetcli-fb', 'targetcli-fb',
'tpm2-tools',
'xfsprogs' 'xfsprogs'
] %} ] %}

View File

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

View File

@ -0,0 +1,6 @@
---
fixes:
- |
Fixes missing tpm user for nova-compute and nova-libvirt containers
by adding tpm2-tools package to Ubuntu/Debian nova containers.
`LP#2067050 <https://bugs.launchpad.net/kolla/+bug/2067050>`__