File: deprecate-iscsi-parameters-9b091c7207694e4c.yaml

package info (click to toggle)
puppet-module-cinder 25.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,492 kB
  • sloc: ruby: 6,690; python: 38; makefile: 10; sh: 10
file content (20 lines) | stat: -rw-r--r-- 615 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
upgrade:
  - |
    The iscsi_ip_address parameter is no longer supported, and has been
    replaced by a corresponding target_ip_address parameter. This is due
    to cinder's removal of support for the iscsi_ip_address option during
    the Stein cycle.
deprecations:
  - |
    The following parameters are deprecated because support for them was
    removed from cinder during the Stein cycle.
    * iscsi_ip_address
    * iscsi_port
    * iscsi_helper
    * iscsi_protocol
    They are replaced by the following parameters.
    * target_ip_address
    * target_port
    * target_helper
    * target_protocol