]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Raise VolumeNotFound with correct volume_id
authorMathieu Gagné <mgagne@iweb.com>
Wed, 22 May 2013 16:25:40 +0000 (12:25 -0400)
committerMathieu Gagné <mgagne@iweb.com>
Wed, 22 May 2013 16:30:00 +0000 (12:30 -0400)
commitb3db10f0ee487394b548979dadacad9e8d4335c9
treece1fca1c6fcfcd26da1f7265776e9e482714acbf
parent96f91b8a23a209887eaef9b97c63c33dea5f99b2
Raise VolumeNotFound with correct volume_id

Make sure VolumeNotFound is raised with the correct volume_id
in the SolidFire driver. Some exceptions were wrongfully referring
to an undefined variable named uuid.

Fixes: bug #1182966
Change-Id: Ied101fc9778f51dfb74b39f466c2c13d6e775a40
cinder/volume/drivers/solidfire.py