]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix wrong exception usage in cinder exception classes
authorEli Qiao <liyong.qiao@intel.com>
Thu, 6 Aug 2015 08:50:52 +0000 (16:50 +0800)
committerEli Qiao <liyong.qiao@intel.com>
Thu, 6 Aug 2015 09:15:38 +0000 (17:15 +0800)
commit3d89dbd8c535d1e1879ea3db76a8c116f9356990
tree4ae61498eacab1e7af315680002fabb8adf6ce1f
parentb6557d25fb1e2ad9d2e35f05ddae41c1970bde6e
Fix wrong exception usage in cinder exception classes

We need to use message instead of msg_fmt if we want to pass a message
format to Base CinderException.

Closes-Bug: #1482128
Change-Id: Ib3d29e5f23a6eb2cbd3aed191d9d042dfc3022e0
cinder/exception.py