
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 designate_config to set it, so this patch is mandatory for one to set rabbit_transient_queues_ttl in designate.conf. Change-Id: I67362673c7b00729a2b61ff2cc3618963c54ebcd
7 lines
201 B
YAML
7 lines
201 B
YAML
---
|
|
features:
|
|
- |
|
|
A new parameter ``rabbit_transient_queues_ttl`` has been added to the
|
|
heat class to configure how long transient queue should stay until
|
|
they are automatically deleted.
|