Files
puppet-nova/releasenotes/notes/rabbit_transient_queues_ttl-f1b43dda25844321.yaml
Thomas Goirand f4dfaf26fa 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 nova_config to set it, so this patch is mandatory
for one to set rabbit_transient_queues_ttl in nova.conf.

Change-Id: I6aa11906d47c0251e0792637cb940f9f2a8fe425
2025-03-17 17:17:18 +01:00

7 lines
202 B
YAML

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