Skip to content

Commit 4917ef7

Browse files
committed
Fix missing tss user in Ubuntu/Debian nova containers
Closes-Bug: #2067050 Change-Id: Ife426c073048ff27bdfd9f3af30aaaab8c2e4497 (cherry picked from commit 757cf4c)
1 parent 965cf51 commit 4917ef7

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

docker/nova/nova-compute/Dockerfile.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
7575
'swtpm-tools',
7676
'sysfsutils',
7777
'targetcli-fb',
78+
'tpm2-tools',
7879
'xfsprogs'
7980
] %}
8081

docker/nova/nova-libvirt/Dockerfile.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
5757
'sasl2-bin',
5858
'swtpm',
5959
'swtpm-tools',
60+
'tpm2-tools',
6061
'trousers'
6162
] %}
6263

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes missing tpm user for nova-compute and nova-libvirt containers
5+
by adding tpm2-tools package to Ubuntu/Debian nova containers.
6+
`LP#2067050 <https://bugs.launchpad.net/kolla/+bug/2067050>`__

0 commit comments

Comments
 (0)