puppet-cinder/releasenotes/notes/deprecate-cinder-backend_host-8998890a80cbf783.yaml
Takashi Kajinami 8e233cfb92 Deprecate the redundant cinder::backend_host parameter
The cinder::backend_host parameter is redundant, because it is not used
in the cinder class where the parameter is defined but is used to only
override the cinder::backends::backend_host parameter.

Change-Id: Ife5f8bdcfd4e982b7ffa5532b2a23d48c65d501f
2021-05-06 08:22:04 +09:00

11 lines
333 B
YAML

---
deprecations:
- |
The ``cinder::backend_host`` parameter has been deprecated and will be
remove in a future release. Use the ``cinder::backends::backend_host``
parameter instead.
- |
Passing a false value for ``cinder::backends::backend_host`` has been
deprecated. Use ``$::os_service_default`` instead.