puppet-nova/releasenotes/notes/libvirtd-class-88111b4a2aa40336.yaml
Takashi Kajinami 18c4b34d6b Create a separate class for libvirtd settings
Currently we have separate classes for individual daemons except for
libvirtd. This change splits out the libvirtd settings to make class
structure consistent.

Change-Id: I13fb819ad0f561d8fcd53430cb62318bd38b8766
2022-06-26 07:09:11 +09:00

15 lines
355 B
YAML

---
deprecations:
- |
The following parameters of the ``nova::compute::libvirt`` class have been
deprecated. Use the ``nova::compute::libvirt::libvirtd`` class intead.
- ``log_output``
- ``log_filters``
- ``tls_priority``
- ``ovs_timeout``
features:
- |
The new ``nova::compute::libvirt::libvirtd`` class has been added.