Comment 2 for bug 1224790

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (master)

Reviewed: https://review.openstack.org/46418
Committed: http://github.com/openstack/cinder/commit/996f7f949002d3d23048550b69579889f4e1c5a2
Submitter: Jenkins
Branch: master

commit 996f7f949002d3d23048550b69579889f4e1c5a2
Author: KIYOHIRO ADACHI <email address hidden>
Date: Fri Sep 13 14:13:53 2013 +0900

    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