ecba97adec
... so that we can ensure the parameter is managed and unset by default. Change-Id: If3cf0e385befc686fe3ed1b5be6bb63652c9b0f4
14 lines
560 B
YAML
14 lines
560 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The default value for the ``ceilometer::agent::polling::coordination_url``
|
|
parameter has been changed from undef to $::os_service_default. Because
|
|
of this change now the ``ceilometer::agent::polling`` class ensures that
|
|
the ``coordination/backend_url`` parameter is unset by default.
|
|
|
|
deprecations:
|
|
- |
|
|
Usage of ``undef`` for the ``ceilometer::agent::polling::coordination_url``
|
|
parameter has been deprecated and will be removed in a future release.
|
|
Use ``$::os_service_default`` or any specific value instead.
|