puppet-aodh/releasenotes/notes/coordination_url-default-848a85543fd36e20.yaml
Takashi Kajinami bc846d7f15 Ensure coordination_url is unset by default
This change ensures that the coordination_url option is not unmanaged
but unset, to make sure that the default value defined in aodh itself
is used.

Change-Id: If82dc6054483893433634ca81f446e6959dcd038
2021-01-18 12:57:36 +09:00

8 lines
305 B
YAML

---
deprecations:
- |
Default value of the ``aodh::evaluator::coordination_url`` parameter has
been changed from ``undef`` to ``$::os_service_default``. Usage of
``undef`` or false value has been deprecated and will be removed in
a future release. Use ``$::os_service_default`` instead.