Files
puppet-nova/releasenotes/notes/swtpm-7d012dfed4c5320a.yaml
Takashi Kajinami 8ea98a08e7 Do not install swtpm by default
Nova disables vTPM support by default and users have to set
the [libvirt] swtpm_enabled option to enable it. So the package
installation should be optional.

Note:
The parameter was introduced during this cycle[1] so we can safely
change the default value.

[1] e8a14766c8

Change-Id: I2e1791dcc64a844691a380686e695efeaaa0e343
2024-02-09 17:26:08 +09:00

7 lines
190 B
YAML

---
features:
- |
The new ``manage_swtpm`` parameter has been added to
the ``nova::compute::libvirt::services`` class. Set this parameter to
``true`` to install swtpm package.