18c4b34d6b
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
15 lines
355 B
YAML
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.
|