File: fix-backend_host-usage-316f4fb0f2ef6dae.yaml

package info (click to toggle)
puppet-module-cinder 13.1.0-3%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,388 kB
  • sloc: ruby: 4,799; python: 40; makefile: 17; sh: 15
file content (14 lines) | stat: -rw-r--r-- 622 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
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.