15b7ad5762
I went through the commit log between master and 4.2.0, and added notes for everything I thought was relevant. Change-Id: I4ede290d3c924181e2eda0b90d3c3298f542a55c
13 lines
512 B
YAML
13 lines
512 B
YAML
---
|
|
upgrade:
|
|
- Adds a new configuration option, hash_ring_reset_interval,
|
|
to control how often the conductor's view of the hash ring
|
|
is reset. This has a default of 180 seconds, the same as
|
|
the default for the sync_local_state periodic task that
|
|
used to handle this reset.
|
|
critical:
|
|
- Fixes a bug where the conductor's view of the hash
|
|
ring was never refreshed if the sync_local_state
|
|
periodic task was disabled. For more info, see
|
|
https://bugs.launchpad.net/ironic/+bug/1506657.
|