]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Clone_image method added image_id as parameter.
authorNavneet Singh <singn@netapp.com>
Mon, 15 Jul 2013 05:12:00 +0000 (10:42 +0530)
committerNavneet Singh <singn@netapp.com>
Fri, 19 Jul 2013 11:00:08 +0000 (16:30 +0530)
commit6b85f929742348fc4ba9b17e2181982de7ef02a8
tree7029472437440ebb53d5c139a24038836b10023b
parent94c720c71d70e2c428abc597268ffd053307694d
Clone_image method added image_id as parameter.

Clone_image method contains volume and image_location
as parameters. It needs to add additional image_id
as a parameter for driver implementations to introspect
internal image stores or registry for efficient image cloning.

blueprint clone-image-imageid

Change-Id: I20ae519492d73abecb1d0efc3b8e7204d2b2a4cb
cinder/tests/test_rbd.py
cinder/volume/driver.py
cinder/volume/drivers/lvm.py
cinder/volume/drivers/rbd.py
cinder/volume/drivers/scality.py
cinder/volume/flows/create_volume.py