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:
parent
7eb2f9e9d9
commit
af464eeb36
@ -75,6 +75,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
'swtpm-tools',
|
||||
'sysfsutils',
|
||||
'targetcli-fb',
|
||||
'tpm2-tools',
|
||||
'xfsprogs'
|
||||
] %}
|
||||
|
||||
|
@ -57,6 +57,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
'sasl2-bin',
|
||||
'swtpm',
|
||||
'swtpm-tools',
|
||||
'tpm2-tools',
|
||||
'trousers'
|
||||
] %}
|
||||
|
||||
|
@ -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>`__
|
Loading…
Reference in New Issue
Block a user