]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove chap secret DEBUG logging in PureISCSIDriver
authorDaniel Wilson <daniel.wilson@purestorage.com>
Fri, 20 Mar 2015 04:35:14 +0000 (21:35 -0700)
committerDaniel Wilson <daniel.wilson@purestorage.com>
Fri, 20 Mar 2015 04:35:14 +0000 (21:35 -0700)
commit0faae2f535514c3f411a67dfeddc9d12c3187517
treefede19fa85754d69555d49e4c7513c7e956334f8
parent0d906d72c8556b99301689ca75818fc58375668d
Remove chap secret DEBUG logging in PureISCSIDriver

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
cinder/volume/drivers/pure.py