Package: puppet-module-nova / 25.0.0-4
Metadata
Package | Version | Patches format |
---|---|---|
puppet-module-nova | 25.0.0-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
fix libvirtd config for tls.patch | (download) |
manifests/migration/libvirt.pp |
8 2 + 6 - 0 ! |
fix libvirtd config for tls |
use modular libvirt in debian and ubuntu.patch | (download) |
manifests/params.pp |
4 2 + 2 - 0 ! |
use modular libvirt in debian and ubuntu |
fix no virtproxyd in debian.patch | (download) |
manifests/migration/libvirt.pp |
10 7 + 3 - 0 ! |
fix no virtproxyd in debian |
Add amqp_auto_delete and rabbit_transient_queues_ttl params.patch | (download) |
manifests/init.pp |
16 16 + 0 - 0 ! |
add a rabbit_transient_queues_ttl and amqp_auto_delete params Since transient_queues_ttl is also managed by oslo::messaging::rabbit, there's no way to use nova_config to set it, so this patch is mandatory for one to set rabbit_transient_queues_ttl in nova.conf. |
add support for virtlock in trixie.patch | (download) |
manifests/compute/libvirt/services.pp |
22 17 + 5 - 0 ! |
add support for virtlock in trixie virtlockd is packaged separately in Debian 13. |
Add queue_manager and stream_fanout.patch | (download) |
manifests/init.pp |
12 12 + 0 - 0 ! |
[patch] add queue_manager and stream_fanout This patch adds two new parameters to the toplevel class: - rabbit_use_queue_manager - rabbit_stream_fanout that are already handled by the oslo::messaging::rabbit class, which makes it impossible to set using nova_config. |