puppet-heat/releasenotes/notes/change_rabbit_timeout_threshold-8ca404e050a733f1.yaml
Daniel Pawlik 9fb1ab9414 Param rabbit_heartbeat_timeout_threshold should not be 0
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
2017-08-22 12:13:27 +00:00

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).