ceilometer/releasenotes/notes/remove-shuffle_time_before_polling_task-option-05a4d225236c64b1.yaml
Julien Danjou faac031a9b Remove shuffle_time_before_polling_task option
The problem that shuffle_time_before_polling_task tries to solve is the startup
of a horde of Ceilometer instances that would start polling the same thing at
the same time.

It's actually unlikely they would all start at the same right second, and the
correct fix would be to do that each time.

Related-Bug: #1734898

Change-Id: If8141f6b48657c06e8e782eeef9b209dabb2097c
2018-01-16 12:26:52 +01:00

6 lines
164 B
YAML

---
deprecations:
- |
The `shuffle_time_before_polling_task` option has been removed. This option
never worked in the way it was originally intended too.