puppet-manila/releasenotes/notes/rabbit_transient_queues_ttl-bad0a37a1a6a679d.yaml
Takashi Kajinami 78a9210955 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 manila_config to set it, so this patch is
mandatory for one to set rabbit_transient_queues_ttl in manila.conf.

Co-Authored-By: Thomas Goirand <zigo@debian.org>
Change-Id: Iadfcd0859e2912d3f636ab4f550f056890357b90
2025-03-14 04:04:44 +00:00

7 lines
203 B
YAML

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