Remove url option
Change-Id: Ie312a86e5c87c6dc02bf25228d530a25b132555e
This commit is contained in:
parent
994e23c297
commit
0aee614a7e
@ -22,28 +22,15 @@
|
||||
# and gnocchi resources/metrics.
|
||||
# Defaults to $::os_service_default.
|
||||
#
|
||||
# DEPRECATED PARAMETERS
|
||||
#
|
||||
# [*url*]
|
||||
# (Optional) Gnocchi URL
|
||||
# Defaults to undef
|
||||
#
|
||||
|
||||
class ceilometer::dispatcher::gnocchi (
|
||||
$filter_service_activity = $::os_service_default,
|
||||
$filter_project = $::os_service_default,
|
||||
$archive_policy = $::os_service_default,
|
||||
$resources_definition_file = $::os_service_default,
|
||||
# DEPRECATED PARAMETERS
|
||||
$url = undef,
|
||||
) {
|
||||
|
||||
include ::ceilometer::deps
|
||||
|
||||
if $url {
|
||||
warning('url parameter is deprecated, has no effect and will be removed in the Q release.')
|
||||
}
|
||||
|
||||
ceilometer_config {
|
||||
'dispatcher_gnocchi/filter_service_activity': value => $filter_service_activity;
|
||||
'dispatcher_gnocchi/filter_project': value => $filter_project;
|
||||
|
6
releasenotes/notes/remove_url-9a82fc5b9f88cc39.yaml
Normal file
6
releasenotes/notes/remove_url-9a82fc5b9f88cc39.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
other:
|
||||
- |
|
||||
ceilometer::dispatcher::gnocchi::url option has been deprecated
|
||||
in the previous release. Let's remove this option as the code
|
||||
upstream has been removed.
|
Loading…
Reference in New Issue
Block a user