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
7 lines
204 B
YAML
7 lines
204 B
YAML
---
|
|
features:
|
|
- |
|
|
A new parameter ``rabbit_transient_queues_ttl`` has been added to the
|
|
octavia class to configure how long transient queue should stay until
|
|
they are automatically deleted.
|