Skip to content

Commit e502491

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Nova: fix swtpm and swtpm-tools missing from deb installs"
2 parents 179c57a + abb9695 commit e502491

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

docker/nova/nova-compute/Dockerfile.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
7272
'qemu-utils',
7373
'rsync',
7474
'sasl2-bin',
75+
'swtpm',
76+
'swtpm-tools',
7577
'sysfsutils',
7678
'targetcli-fb',
7779
'xfsprogs'

docker/nova/nova-libvirt/Dockerfile.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
5656
'qemu-utils',
5757
'sasl2-bin',
5858
'swtpm',
59+
'swtpm-tools',
5960
'trousers'
6061
] %}
6162

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
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.
5+
`LP#2062572 <https://launchpad.net/bugs/2062572>`__

0 commit comments

Comments
 (0)