File: coordination_url-use-os_service_default-b51796ec9bc99129.yaml

package info (click to toggle)
puppet-module-ceilometer 21.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,092 kB
  • sloc: ruby: 1,913; python: 38; makefile: 11; sh: 10
file content (13 lines) | stat: -rw-r--r-- 560 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
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.