File: libvirtd-resource-types-e4feb2419dccc39a.yaml

package info (click to toggle)
puppet-module-nova 25.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,100 kB
  • sloc: ruby: 11,433; python: 38; sh: 10; makefile: 10
file content (30 lines) | stat: -rw-r--r-- 1,219 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
features:
  - |
    Now ``libvirtd_config`` and ``virtlogd_config`` supports the ``quote``
    parameter. Setting this parameter quotes the value by ``" "``.

  - |
    Now ``libvirtd_config`` and ``virtlogd_config`` accepts
    ``$::os_service_default`` as a mark to unset the parameter.

deprecations:
  - |
    The default values of the following parameter have been changed from
    ``undef`` to ``$::os_service_default``. Using ``undef`` is still supported
    but that usage is deprecated.

    - ``nova::compute::libvirt::log_outputs``
    - ``nova::compute::libvirt::log_filters``
    - ``nova::compute::libvirt::tls_priority``
    - ``nova::compute::libvirt::ovs_timeout``
    - ``nova::compute::libvirt::virtlogd::log_level``
    - ``nova::compute::libvirt::virtlogd::log_filters``
    - ``nova::compute::libvirt::virtlogd::log_outputs``
    - ``nova::compute::libvirt::virtlogd::max_clients``
    - ``nova::compute::libvirt::virtlogd::admin_max_clients``
    - ``nova::compute::libvirt::virtlogd::max_size``
    - ``nova::compute::libvirt::virtlogd::max_backups``
    - ``nova::migration::libvirt::listen_address``
    - ``nova::migration::libvirt::ca_file``
    - ``nova::migration::libvirt::crl_file``