ceilometer/releasenotes/notes/remove-refresh-pipeline-618af089c5435db7.yaml
Julien Danjou 1dbd307a3a Remove pipeline periodic refresh feature
The pipeline dynamic refresh code has been removed. Ceilometer relies on the
cotyledon library for a few releases which provides reload functionality by
sending SIGHUP to the signal. This achieves the same feature while making sure
the reload is explicit once the file is correctly and entirely written to the
disk, avoiding the failing load of half-written files.

Change-Id: I1aca9cf4c3634e7c70eea651e1dd5c2f3ebfecc6
2017-03-09 17:13:35 +01:00

10 lines
425 B
YAML

---
deprecations:
- |
The pipeline dynamic refresh code has been removed. Ceilometer relies on
the cotyledon library for a few releases which provides reload
functionality by sending the SIGHUP signal to the process. This achieves
the same feature while making sure the reload is explicit once the file is
correctly and entirely written to the disk, avoiding the failing load of
half-written files.