]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Move create_volume flow to a subfolder
authorJoshua Harlow <harlowja@yahoo-inc.com>
Wed, 21 Aug 2013 01:06:32 +0000 (18:06 -0700)
committerJoshua Harlow <harlowja@yahoo-inc.com>
Tue, 27 Aug 2013 21:10:18 +0000 (14:10 -0700)
commit762cc5532ba68a09299f48aa7ea43b9ce3315f11
tree4f420f3742645d0086a2d6a64b229e1ea5cd7ae6
parentb07b6b9471c38fbf9fd8201ce502c95703a21b96
Move create_volume flow to a subfolder

In order to start splitting up the create_volume flow into
smaller files we will start by moving the create_volume.py
file to a folder with just __init__.py and this will then
act as the base for create_volume task modules.

Also add in a utils file that contains to start the commonly
used debug listener attachment mechanism.

Change-Id: Ie2fd0c77bb04f8153afecdce75588614b48fed8a
cinder/volume/flows/create_volume/__init__.py [moved from cinder/volume/flows/create_volume.py with 97% similarity]
cinder/volume/flows/utils.py [new file with mode: 0644]