23d622ba36
Cinder removed support for several previously deprecated parameter names [1], and this patch switches to using the actual name. Deprecated Name Parameter Name ---------------- ----------------- iscsi_ip_address target_ip_address iscsi_port target_port iscsi_helper target_helper iscsi_protocol target_protocol [1] https://review.openstack.org/595318 Partial-Bug: #1801081 Change-Id: I355298aaa7e48d242ad05b8c931ee9d41339185f
21 lines
615 B
YAML
21 lines
615 B
YAML
---
|
|
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
|