You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
560 B
13 lines
560 B
--- |
|
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.
|
|
|