
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
7 lines
202 B
YAML
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.
|