e449846621
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>
9 lines
382 B
YAML
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.
|