Files
puppet-cloudkitty/releasenotes/notes/rabbit_transient_queues_ttl-fece011cafe302d4.yaml
Thomas Goirand 532ae53624 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 cloudkitty_config to set it, so this patch is mandatory
for one to set rabbit_transient_queues_ttl in cloudkitty.conf.

Change-Id: Ie48519d40999b36baffa0b92151ef0d93ee3aed6
2025-03-18 10:39:28 +01:00

7 lines
208 B
YAML

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