cinder/releasenotes/notes/tooz-coordination-heartbeat-cfac1064fd7878be.yaml
Julien Danjou 42dafd2705 coordination: use tooz builtin heartbeat feature
Since version 1.38.0, tooz can manage the heartbeat entirely internally.
In this patch, this feature is used to simplify Cinder's code.

Change-Id: I7fa654caf6620d410d4e297d3d8af2215e27ed12
2017-07-19 07:17:50 -04:00

8 lines
302 B
YAML

---
upgrade:
- |
The coordination system used by Cinder has been simplified to leverage tooz
builtin heartbeat feature. Therefore, the configuration options
`coordination.heartbeat`, `coordination.initial_reconnect_backoff` and
`coordination.max_reconnect_backoff` have been removed.