Merge "Deprecated ceilometer::dispatcher::gnocchi"

This commit is contained in:
Zuul 2018-06-27 16:08:57 +00:00 committed by Gerrit Code Review
commit edc49fde10
2 changed files with 12 additions and 0 deletions

View File

@ -31,6 +31,11 @@ class ceilometer::dispatcher::gnocchi (
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;

View File

@ -0,0 +1,7 @@
---
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.'