We are removing a small piece of code that caused the CHAP secret to be logged
in plain text in the log file when DEBUG level logging is turned on in Cinder.
This is undesirable so it is being taken out.
Change-Id: I119800e2c3695201e9fca544f597ea9a577a2809
Closes-Bug:
1434320
if initiator_update:
properties["initiator_update"] = initiator_update
- LOG.debug("Leave PureISCSIDriver.initialize_connection. "
- "Return value: %s", str(properties))
+ LOG.debug("Leave PureISCSIDriver.initialize_connection.")
return properties
def _get_target_iscsi_port(self):