]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add exception logging if flow creation fails
authorJoshua Harlow <harlowja@yahoo-inc.com>
Tue, 17 Dec 2013 23:20:02 +0000 (15:20 -0800)
committerJoshua Harlow <harlowja@yahoo-inc.com>
Tue, 17 Dec 2013 23:20:02 +0000 (15:20 -0800)
commit61786a8924fe984ec50c3159dc216bb7533e0f56
tree3967ef3b3b47b5d279b8c7a13805de45650ee558
parent54b7842b8edc83c8d677e8effba5a281fb18dae2
Add exception logging if flow creation fails

If the create_XYZ_flow fails in being created
its useful to log exactly what the error was in
detail (instead of trapping it and only raising
a generic error). The more detailed error shows
what the real problem was during the flows
construction (which usually is some larger
problem).

Change-Id: I9cd6b8e2c6298d8791ba3063be78f9b4c4a7c5d0
cinder/scheduler/manager.py
cinder/volume/api.py
cinder/volume/manager.py