]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Use iscsi_helper instead of target_helper on logs
authorGorka Eguileor <geguileo@redhat.com>
Wed, 25 Feb 2015 10:35:10 +0000 (11:35 +0100)
committerGorka Eguileor <geguileo@redhat.com>
Wed, 25 Feb 2015 10:59:35 +0000 (11:59 +0100)
commit37ce589763bb0764d30cf8f94a78085ff278e892
treefe3d02c1ffc1e926d29a256a0d20ddb04b374c80
parentd39c1351cffff17015d9b0e4ae0ca41aff276eec
Use iscsi_helper instead of target_helper on logs

With the deprecation of LVMISCSIDriver and LVMISERDriver a log warning
was introduced to request using LVMVolumeDriver and setting
target_helper, but it is missleading, as it should say iscsi_helper to
be clear on what is expected on the target configuration.

Change-Id: I0585a9c7a2ac1679213a6224955aa9762386e2ff
cinder/volume/drivers/lvm.py
cinder/volume/targets/iser.py