Files
puppet-designate/releasenotes/notes/rabbit_transient_queues_ttl-60aa2aed9724e5ba.yaml
Thomas Goirand a0c795c614 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 designate_config to set it, so this patch is
mandatory for one to set rabbit_transient_queues_ttl in designate.conf.

Change-Id: I67362673c7b00729a2b61ff2cc3618963c54ebcd
2025-03-14 04:07:56 +00:00

7 lines
201 B
YAML

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