nova/releasenotes/notes/deprecate_compute_stats_class-229abfcb8816bdbd.yaml
Sean Dague 3be36fcb7b deprecate `compute_stats_class` config option
There was only one implementation in tree, and this isn't an extension
point or interface we want people plugging out of tree code into.

Change-Id: Ie2cb64a43198e1155f768ceabe50ce8a004a1d41
2016-03-04 06:57:50 -05:00

9 lines
343 B
YAML

---
deprecations:
- Deprecate ``compute_stats_class`` config option. This allowed
loading an alternate implementation for collecting statistics for
the local compute host. Deployments that felt the need to use
this facility are encoraged to propose additions upstream so we
can create a stable and supported interface here.