]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix HNAS driver confusing error message (iSCSI driver)
authorErlon R. Cruz <erlon.cruz@fit-tecnologia.org.br>
Thu, 18 Dec 2014 18:11:48 +0000 (16:11 -0200)
committerErlon R. Cruz <erlon.cruz@fit-tecnologia.org.br>
Tue, 20 Jan 2015 21:43:36 +0000 (19:43 -0200)
commit450a35e21f6c102c35dc29e1f684d3588e005ac6
tree7460acce731ceb01941080df24715d6e96fa3fff
parent7512734c80d5ed11915d8e85805918d480d1ecba
Fix HNAS driver confusing error message (iSCSI driver)

The error message shown when the parser finds a parser error
says, 'file not found' which causes confusion on the user when
he/she needs to debug the real cause of the problem. This patch fixes
this by testing first if the file exist and then throwing a proper error
message.

Also corrects an error when appending the config_file_name to the message on
the NFS driver and fixes LOG messages according to oslo.i18n guidelines.

Closes-Bug: #1403986
Change-Id: Ib6e613796eede751215db54696b353431caaafd1
cinder/volume/drivers/hds/iscsi.py
cinder/volume/drivers/hds/nfs.py