9fb1ab9414
Param heartbeat_timeout_threshold by default is set to 60 in oslo module. We shouldn't set hardcoded value, but take default one. Change-Id: Id572fd98846f640d88cbb46c4a74f9fd43813d8b
7 lines
184 B
YAML
7 lines
184 B
YAML
---
|
|
other:
|
|
- |
|
|
Change rabbit_heartbeat_timeout_threshold param from 0 (disable the
|
|
heartbeat) and use default value from oslo module (unset param in
|
|
configuration file).
|