]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix exception message of CoraidESMConfigureError
authorKIYOHIRO ADACHI <adachi@mxs.nes.nec.co.jp>
Tue, 11 Mar 2014 01:17:32 +0000 (10:17 +0900)
committerKIYOHIRO ADACHI <adachi@mxs.nes.nec.co.jp>
Tue, 11 Mar 2014 01:45:23 +0000 (10:45 +0900)
commit657b5106c35e2834d75e77e4702b9fd99bde817f
treee171f52da23ec27174815dfc16e37fb3d143d317
parent7c2d6fed70b83f79ae58b89b49678516e4ebab26
Fix exception message of CoraidESMConfigureError

Since 'message' is the same name as the second argument to the
constructor of CinderException, 'message="Oorah"' is not a keyword
argument.

Therefore, "message = _('ESM configure request failed: %(message)s.')"
doesn't work correctly.

Then, remove the redundant period.

Change-Id: Iafc457197fc3993f9f942babcdda0cd79b7bd518
Closes-Bug: #1290627
cinder/exception.py
cinder/volume/drivers/coraid.py