]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fixes call VolumeNotFound in the invalid argument
authorKIYOHIRO ADACHI <adachi@mxs.nes.nec.co.jp>
Tue, 17 Sep 2013 07:08:55 +0000 (16:08 +0900)
committerKIYOHIRO ADACHI <adachi@mxs.nes.nec.co.jp>
Wed, 18 Sep 2013 08:01:51 +0000 (17:01 +0900)
commita8fcfdbe8b2f46a100f986eeef5c7d43aef69bb7
tree6da75d084f4e48aa1aa0a123b166280ee4c8d334
parent27d658a57f3d45f13b8ba108a3445bb9f0bc0207
Fixes call VolumeNotFound in the invalid argument

A mapping key of 'volume_id' is ignored when we use the non keyword
argument. Thus information in 'volume_id' is lost.  Similarly, in the
case of exception.SnapshotNotFound, information in 'snapshot_id' is
lost.

Change-Id: I1a704cc1866ad9b0d9578e16e77c376a77ea5b3e
Closes-Bug: #1226442
cinder/volume/drivers/storwize_svc.py