]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove usage of taskflow 'utils.misc' module
authorJoshua Harlow <harlowja@yahoo-inc.com>
Thu, 22 Jan 2015 19:22:21 +0000 (11:22 -0800)
committerJoshua Harlow <harlowja@yahoo-inc.com>
Thu, 22 Jan 2015 22:59:55 +0000 (14:59 -0800)
commitbb6b19c9dc55c6d4af196e556fda136ffc0e5507
tree22e88c0552feb948323d5134c61ccb132e8cb601
parent54f97a6b3b8f20a091db806c2eb93f4094baeb09
Remove usage of taskflow 'utils.misc' module

The failure type at its old location in an internal
utils directory of taskflow is deprecated (in general
usage of taskflow utils code should be restricted/not
done) and it has been moved to a public location of
taskflow.types (which is ok to use and is not
deprecated).

This change updates to use the better and more supported
module/code location instead.

Change-Id: I8b8c6e98c934fbf1341b8f1c907ecd385405a3c1
cinder/volume/flows/api/create_volume.py
cinder/volume/flows/manager/create_volume.py