5449d242f4
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
9 lines
293 B
YAML
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.
|