]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix tuple usage error
authorJoshua Harlow <harlowja@yahoo-inc.com>
Wed, 4 Sep 2013 19:20:54 +0000 (12:20 -0700)
committerJoshua Harlow <harlowja@yahoo-inc.com>
Wed, 4 Sep 2013 19:20:54 +0000 (12:20 -0700)
commitd9eb3535254ca2d198c84cde6b2ea02997ab8808
treec65f22be412b4701c27901c92b3b9bc943e881ca
parent7647ce8c4d3878002ae9898c7449a03fbf6c74b4
Fix tuple usage error

The exc_info is just a tuple (captured in taskflow)
and isn't itself a callable object so we should not
need to use it like one to extract the exception type
and value.

Fixes bug #1220867

Change-Id: Ie27d004bad4053baa2ac8eb84bb8b7cdc05a954d
cinder/volume/flows/create_volume/__init__.py