Debian Patches
Status for puppet-module-neutron/25.0.0-6
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
designate-region_name-param.patch | designate region_name param The class neutron::designate didn't have a region_name parameter. In our deployment, this was an issue we had to fix. diff --git a/manifests/designate.pp b/manifests/designate.pp index 3ad4dff..13096c8 100644 |
Thomas Goirand <zigo@debian.org> | yes | 2024-12-02 | ||
Add-amqp_auto_delete-and-rabbit_transient_queues_ttl-params.patch | 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 keystone_config to set it, so this patch is mandatory for one to set rabbit_transient_queues_ttl in neutron.conf. =================================================================== |
Thomas Goirand <zigo@debian.org> | yes | 2025-03-13 | ||
neutron-periodic-workers_for_Debian.patch | [PATCH] neutron-periodic-workers for Debian Add support for neutron-periodic-workers in Debian. |
Thomas Goirand <zigo@debian.org> | no | 2024-12-02 | ||
Add-queue_manager-and-stream_fanout.patch | [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 neutron_config. |
Thomas Goirand <zigo@debian.org> | no | 2025-06-20 |