Deprecated ceilometer::dispatcher::gnocchi
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
This commit is contained in:
parent
da9e708518
commit
5cbdc9e890
@ -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;
|
||||
|
@ -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.'
|
Loading…
Reference in New Issue
Block a user