cinder/releasenotes/notes/remove-iscsi-target-config-options-d23e424eb8f82042.yaml
Sean McGinnis e449846621
Remove deprecated iSCSI target config opts
The iSCSI target config options were deprecated in favor of more general
target config options in the Queens release. This completes the removal
of those options.

Change-Id: Ic65eed63c1de4f4888d572dad5bf9e945bceb16b
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2018-08-22 14:06:42 -05:00

9 lines
382 B
YAML

---
upgrade:
- |
The config options ``iscsi_ip_address``, ``iscsi_port``, ``target_helper``,
``iscsi_target_prefix`` and ``iscsi_protocol`` were deprecated in the
Queens release and have now been removed. Deployments should now used the
more general ``target_ip_address``, ``target_port``, ``target_helper``,
``target_prefix`` and ``target_protocol`` options.