Nova: fix swtpm and swtpm-tools missing from deb installs
Closes-Bug: 2062572 Change-Id: I456a5b8f66aa88a82fb54938e8df7195d127d9cd
This commit is contained in:
parent
52183ab561
commit
abb969502f
@ -72,6 +72,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
'qemu-utils',
|
||||
'rsync',
|
||||
'sasl2-bin',
|
||||
'swtpm',
|
||||
'swtpm-tools',
|
||||
'sysfsutils',
|
||||
'targetcli-fb',
|
||||
'xfsprogs'
|
||||
|
@ -56,6 +56,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
'qemu-utils',
|
||||
'sasl2-bin',
|
||||
'swtpm',
|
||||
'swtpm-tools',
|
||||
'trousers'
|
||||
] %}
|
||||
|
||||
|
5
releasenotes/notes/bug-2062572-c55c71e1045a863f.yaml
Normal file
5
releasenotes/notes/bug-2062572-c55c71e1045a863f.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
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.
|
||||
`LP#2062572 <https://launchpad.net/bugs/2062572>`__
|
Loading…
x
Reference in New Issue
Block a user