Gnocchi dispatcher options will be removed upstream very soon [1].
But the depracted options are still used in puppet-ceilometer and tht.
This change marks the deprecation here.
Change-Id: I7674e390c7c821ff9855c133b3594a1ad951ddeb
include ::ceilometer::deps
+ warning('The class ceilometer::dispatcher::gnocchi is deprecated. All its
+ options must be set as url parameters in
+ ceilometer::agent::notification::pipeline_publishers. Depending of the used
+ Gnocchi version their might be ignored.')
+
ceilometer_config {
'dispatcher_gnocchi/filter_service_activity': value => $filter_service_activity;
'dispatcher_gnocchi/filter_project': value => $filter_project;
--- /dev/null
+---
+deprecations:
+ - |
+ The class ceilometer::dispatcher::gnocchi is deprecated. All its options
+ must be set as url parameters in
+ ceilometer::agent::notification::pipeline_publishers. Depending of the used
+ Gnocchi version their might be ignored.'