Browse Source
... so that we can ensure the parameter is managed and unset by default. Change-Id: If3cf0e385befc686fe3ed1b5be6bb63652c9b0f4changes/10/768010/2
3 changed files with 25 additions and 7 deletions
@ -0,0 +1,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. |
Loading…
Reference in new issue