]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
VMware: Fix exception messages
authorVipin Balachandran <vbala@vmware.com>
Tue, 25 Aug 2015 09:06:51 +0000 (14:36 +0530)
committerVipin Balachandran <vbala@vmware.com>
Thu, 3 Sep 2015 18:32:27 +0000 (00:02 +0530)
commitd8143fe77be0544ed4f05ec02597dc979a60c66e
treedabedee1a321f2d5bf3bb9b12c0567c8e03da3f2
parent6dba657a2987955248e781ae9df28351ef10420d
VMware: Fix exception messages

Currently some of the exceptions defined in the VMware driver
emit unformatted error messages. This is because they are
not overriding the correct message format variable. This
patch fixes the issue by overriding the correct variable
defined in the exception super class.

Closes-Bug: #1491834
Change-Id: I1c66d60ab2ea402dd944587b3d8b6d7c293c4d85
cinder/volume/drivers/vmware/exceptions.py