Files
puppet-mistral/releasenotes/notes/rabbit_transient_queues_ttl-c4243834920ec44d.yaml
Thomas Goirand b7e6266a45 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 mistral_config to set it, so this patch is mandatory
for one to set rabbit_transient_queues_ttl in mistral.conf.

Change-Id: I425b29f8511403de0afc82479face47f8d6d354e
2025-03-18 10:47:34 +01:00

7 lines
205 B
YAML

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