Merge "iSCSI fix misleading Log warning on connect fail"

This commit is contained in:
Jenkins 2015-09-15 18:13:22 +00:00 committed by Gerrit Code Review
commit 9e3eed2675
1 changed files with 2 additions and 1 deletions

View File

@ -486,7 +486,8 @@ class ISCSIConnector(InitiatorConnector):
break
else:
LOG.warning(_LW(
'Failed to login to any of the iSCSI targets.'))
'Failed to connect to iSCSI portal %(portal)s.'),
{'portal': props['target_portal']})
host_devices = self._get_device_path(target_props)