]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fixes the use of exception.InvalidInput with the wrong arguments
authorKIYOHIRO ADACHI <adachi@mxs.nes.nec.co.jp>
Fri, 13 Sep 2013 05:13:53 +0000 (14:13 +0900)
committerKIYOHIRO ADACHI <adachi@mxs.nes.nec.co.jp>
Fri, 13 Sep 2013 05:17:44 +0000 (14:17 +0900)
commit996f7f949002d3d23048550b69579889f4e1c5a2
tree700c0fca3498cdb93651ba700f87de6d16b76492
parentae75e3f835f20eeb159ea7760238e704a18a805f
Fixes the use of exception.InvalidInput with the wrong arguments

A mapping key of 'message' in exception.InvalidInput is 'reason'.
cinder/volume/drivers/netapp/iscsi.py and
cinder/volume/drivers/netapp/utils.py had used 'data'.

Change-Id: Ie40fc2f954984350827414edee9226adc80c8033
Closes-Bug: #1224790
cinder/volume/drivers/netapp/iscsi.py
cinder/volume/drivers/netapp/utils.py