puppet-cinder/releasenotes/notes/cinder-backend_host-bac88f58b0ce8343.yaml
Takashi Kajinami 5449d242f4 Fix handling of the backend_host parameter
Currently the cinder::backend_host parameter is ignored unless
hieradata is used to define its value because hiera function is used
instead of pick function.
This change ensures that the cinder::backend_host parameter is honored
even if the parameter is defined in a manifest file.

Change-Id: I9fb8cc2e7185b66dfac868f2fa3a8e1668a17d4e
2021-05-06 08:17:25 +09:00

9 lines
293 B
YAML

---
fixes:
- |
Fixed the ``cinder::backend_host`` parameter which was ignored when its
value is defined in class definitions.
Because of this, the ``cinder`` class should be declared before
the ``cinder::backends`` class if the ``cinder::backend_host`` parameter is
set.