This has been unneeded since
67dd248 LIO iSCSI initiator ACL auto-config
and was deprecated in Kilo.
DocImpact: removes config option
Change-Id: Idbabcd8b7d6f278d11edf105d448d39eefc5e25a
cfg.StrOpt('chiscsi_conf',
default='/etc/chelsio-iscsi/chiscsi.conf',
help='Chiscsi (CXT) global defaults configuration file'),
- cfg.StrOpt('lio_initiator_iqns',
- default='',
- help='This option is deprecated and unused. '
- 'It will be removed in the next release.'),
cfg.StrOpt('iscsi_iotype',
default='fileio',
choices=['blockio', 'fileio', 'auto'],
# FIXME(jdg): modify executor to use the cinder-rtstool
self.iscsi_target_prefix =\
self.configuration.safe_get('iscsi_target_prefix')
- self.lio_initiator_iqns =\
- self.configuration.safe_get('lio_initiator_iqns')
-
- if self.lio_initiator_iqns is not None:
- LOG.warning(_LW("The lio_initiator_iqns option has been "
- "deprecated and no longer has any effect."))
self._verify_rtstool()