]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Rename __init__.py to create_volume.py
authorAnastasia Karpinska <akarpinska@griddynamics.com>
Mon, 13 Jan 2014 08:21:36 +0000 (10:21 +0200)
committerAnastasia Karpinska <akarpinska@griddynamics.com>
Mon, 20 Jan 2014 09:40:35 +0000 (11:40 +0200)
commit3869f75e697b591f2ca37a960e5d900e17dbdf98
tree2776c13200673520dbdf63a03be5c6ca53faaf11
parentc24e82d046abb4e64f83cb7201d717b9cb403517
Rename __init__.py to create_volume.py

This commit is the first step of creating packages structure for
flows. This change is required to preserve git history of renamed files
for change I63473f549f0c501fe0f373830bc1080239d01892

Change-Id: Ib5ed0e9196fa7bf4fd0b69a13c90e40c360ad8ef
cinder/scheduler/manager.py
cinder/tests/test_create_volume_flow.py
cinder/tests/test_rbd.py
cinder/volume/api.py
cinder/volume/flows/api/__init__.py [new file with mode: 0644]
cinder/volume/flows/api/create_volume.py [moved from cinder/volume/flows/create_volume/__init__.py with 100% similarity]
cinder/volume/manager.py