Files
puppet-octavia/releasenotes/notes/amqp_auto_delete-2a8027b3f6ca4bc6.yaml
Thomas Goirand 4504420e4f 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 octavia_config to set it, so this patch is
mandatory for one to set rabbit_transient_queues_ttl in octavia.conf.

Change-Id: I676917dce07b6490cb34eba876be48a67194dea0
2025-03-14 04:08:22 +00:00

6 lines
122 B
YAML

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