num_iscsi_scan_tries and backup_service have been deprecated for at
least two releases or longer.
Change-Id: I4c99e0aa06fd6ff8fc38dda29e8132e0edd69257
UpgradeImpact: removed num_iscsi_scan_tries and backup_service conf opts
backup_manager_opts = [
cfg.StrOpt('backup_driver',
default='cinder.backup.drivers.swift',
- help='Driver to use for backups.',
- deprecated_name='backup_service'),
+ help='Driver to use for backups.',)
]
# This map doesn't need to be extended in the future since it's only
default=3260,
help='The port that the iSCSI daemon is listening on'),
cfg.IntOpt('num_volume_device_scan_tries',
- deprecated_name='num_iscsi_scan_tries',
default=3,
help='The maximum number of times to rescan targets'
' to find volume'),