]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Move root task class to base file.
authorJoshua Harlow <harlowja@yahoo-inc.com>
Wed, 21 Aug 2013 00:40:47 +0000 (17:40 -0700)
committerJoshua Harlow <harlowja@yahoo-inc.com>
Thu, 22 Aug 2013 21:29:02 +0000 (14:29 -0700)
commit4b4bfed7a3d0977c50813a38e636636d017c3909
tree19b7d518776afc084a15993962d89240d7053b16
parentfc705de5e4058efcd9b4f268f1428bc8e673193c
Move root task class to base file.

Start cleaning up the large create_volume file by
splitting up the base task and task naming helper
into its own file.

Change-Id: Ibff80dc8b10507d49374737b4760039f51d8e1ba
cinder/volume/flows/base.py [new file with mode: 0644]
cinder/volume/flows/create_volume.py