Files
puppet-cloudkitty/releasenotes/notes/amqp_auto_delete-b31f2692f860936b.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

6 lines
122 B
YAML

---
features:
- |
Add a new ``amqp_auto_delete`` parameter, so that transient queues are
automatically deleted.