puppet-cinder/releasenotes/notes/fix-backend_host-usage-316f4fb0f2ef6dae.yaml
Alan Bishop bec1827866 Fix location where backend_host is configured
When the backend_host option is specified, configure it in each
cinder-volume backend driver's section and not in the DEFAULT section.
Backend drivers only look for the option in their backend section, so
setting in the DEFAULT section had no effect.

Clarify the fact that the DEFAULT host option is *not* deprecated, and
is only deprecated in backend sections (where the backed_host should be
used).

Partial-Bug: #1753596
Change-Id: I11a55571f4bed630967242c797e08e11c47eab11
2018-03-06 09:11:13 -05:00

15 lines
622 B
YAML

---
fixes:
- |
Fixes `bug 1753596
<https://bugs.launchpad.net/tripleo/+bug/1753596>`__ so the backend_host
option is set in each cinder-volume backend driver's section, and not in
the DEFAULT section where the option isn't relevant.
other:
- |
A previous deprecation notice stated the host option was deprecated in
favor of the backend_host option. This was misleading because the note
failed to clarify this only applied to options in the cinder-volume
backend driver sections. In the DEFAULT section, the host option is not
deprecated, and the backend_host option isn't relevant.