Skip to content

Commit e11a325

Browse files
authored
Merge pull request #361 from stackhpc/upstream/2023.1-2024-11-04
Synchronise 2023.1 with upstream
2 parents 7291cb8 + 4917ef7 commit e11a325

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)