]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Update exceptions to pass correct kwargs.
authorDan Prince <dprince@redhat.com>
Tue, 8 Jan 2013 18:23:15 +0000 (13:23 -0500)
committerDan Prince <dprince@redhat.com>
Tue, 8 Jan 2013 18:23:15 +0000 (13:23 -0500)
commit3cb7ee45557ad68458bb96c3f4bcea1f796dcde9
treece31cbe6ae3c4f00d937d20aedccd0947fda1e52
parenta363c410a0900a113293b14fef5b3d14814cc05e
Update exceptions to pass correct kwargs.

Updates a variety of Cinder exceptions so that they pass the correct
kwargs for proper exception message formatting. Previously
these exceptions would work but have incorrect error messages
because of how CinderException handled exception formatting errors.

Change-Id: Id1d15b112cad46a698227fa172d81a9ab586e66e
cinder/db/sqlalchemy/api.py
cinder/volume/driver.py
cinder/volume/drivers/nexenta/volume.py
cinder/volume/drivers/rbd.py
cinder/volume/manager.py