Files
puppet-octavia/releasenotes/notes/rabbit_transient_queues_ttl-e128789222dee23c.yaml
Thomas Goirand 4504420e4f 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 octavia_config to set it, so this patch is
mandatory for one to set rabbit_transient_queues_ttl in octavia.conf.

Change-Id: I676917dce07b6490cb34eba876be48a67194dea0
2025-03-14 04:08:22 +00:00

7 lines
204 B
YAML

---
features:
- |
A new parameter ``rabbit_transient_queues_ttl`` has been added to the
octavia class to configure how long transient queue should stay until
they are automatically deleted.