Package: puppet-module-cinder / 25.0.0-4

Metadata

Package Version Patches format
puppet-module-cinder 25.0.0-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Add amqp_auto_delete and rabbit_transient_queues_ttl params.patch | (download)

manifests/init.pp | 16 16 + 0 - 0 !
releasenotes/notes/amqp_auto_delete-b34b1a9e219eb8a0.yaml | 5 5 + 0 - 0 !
releasenotes/notes/rabbit_transient_queues_ttl-046d931781e0a101.yaml | 6 6 + 0 - 0 !
spec/classes/cinder_init_spec.rb | 4 4 + 0 - 0 !
4 files changed, 31 insertions(+)

 add a rabbit_transient_queues_ttl and amqp_auto_delete params
 The amqp_auto_delete option needs this patch:
 https://review.opendev.org/c/openstack/puppet-oslo/+/944132
 .
 Since transient_queues_ttl is also managed by oslo::messaging::rabbit,
 there's no way to use cinder_config to set it, so this patch is
 mandatory for one to set rabbit_transient_queues_ttl in cinder.conf.
Add queue_manager and stream_fanout.patch | (download)

manifests/init.pp | 12 12 + 0 - 0 !
releasenotes/notes/queue_manager-and-stream_fanout-7c471cc2f1aebc93.yaml | 5 5 + 0 - 0 !
spec/classes/cinder_init_spec.rb | 6 6 + 0 - 0 !
3 files changed, 23 insertions(+)

 [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 cinder_config.

Fix_autoloading_of_openstack_provider.patch | (download)

lib/puppet/provider/cinder.rb | 8 8 + 0 - 0 !
1 file changed, 8 insertions(+)

 fix autoloading of the cinder provider