Files
puppet-gnocchi/releasenotes/notes/deprecate-storage-options-bff9a8cde960a8bc.yaml
Takashi Kajinami 271ccb6103 Deprecate parameters under gnocchi::storage
coordination_url[1] and metric_processing_delay[2] under storage
section are both deprecated, so deprecate parameters under
gnocchi::storage and migrate these parameters to appropriate
classes, gnocchi and gnocchi::metricd .

[1] 70b9ca427b
[2] 72fdba704d
Change-Id: I88dff282df4ce477e543dd2fcf5052a9ac472b84
2020-03-20 22:06:53 +09:00

11 lines
447 B
YAML

---
deprecations:
- |
gnocchi::storage::coordination_url and gnocchi::storage::package_ensure
were deprecated because coordination_url in storage seciton was deprecated
in gnocchi. Use the parameters in gnocchi class.
- |
gnocchi::storage::metric_processing_dealy was deprecated because the
corresponding parameter under storage section was deprecated in gnocchi.
Use gnocchi::metricd::metric_processing_delay instead.