Files
puppet-nova/releasenotes/notes/amqp_auto_delete-c452bf98830afe1a.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

6 lines
122 B
YAML

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