Files
puppet-nova/releasenotes/notes/libvirt-opts-cleanup-e0a0895882303e6f.yaml
Takashi Kajinami 2e0ea37ad5 Remove deprecated libvirt service parameters
This removes some parameters which were deprecated during the previous
cycle by [1].

[1] 18c4b34d6b

Change-Id: I133bddf60e8ac948412e0506edec9ffbd15ce126
2023-03-22 10:53:01 +09:00

16 lines
403 B
YAML

---
upgrade:
- |
The following parameters of the ``nova::compute::libvirt`` class has been
removed. Use the ``nova::compute::libvirt::libvirtd`` class directly.
- ``log_outputs``
- ``log_filters``
- ``tls_priority``
- ``ovs_timeout``
deprecations:
- |
The ``nova::compute::libvirt::modular_libvirt`` parameter has been
deprecated. This parameter has no effect now.