cinder/cinder/volume
john-griffith 31e481667d Fix the generalized copy_image_to_volume operation.
The Generis iSCSI copy volume<->image patch
(change: Iff097629bcce9154829a7eb5aee0ea6302338b26) did
not account for the fact that the existing volume reference
passed in to the copy method would not have the updated
provider_location and iSCSI info available.

To address this, we simply just get a new ref from the DB
after creation if a copy image is requested.

Also, the list of acceptable formats was not fully inclusive,
not only that, but there's no reason to not let the qemu-convert
handle any errors here.

Change-Id: I7b1910080d285562c7f2d8afa7f65768b1089b73
2013-01-31 22:43:19 -07:00
..
drivers Merge "Clean up QTree when deleting volume on NetApp storage box." 2013-01-31 07:13:20 +00:00
__init__.py Initial fork out of Nova. 2012-05-03 10:48:26 -07:00
api.py Fix the generalized copy_image_to_volume operation. 2013-01-31 22:43:19 -07:00
driver.py Generic iSCSI copy volume<->image. 2013-01-28 07:13:47 +02:00
iscsi.py Check for non-default volume name template. 2013-01-23 22:58:32 -07:00
manager.py Fix the generalized copy_image_to_volume operation. 2013-01-31 22:43:19 -07:00
rpcapi.py Generic iSCSI copy volume<->image. 2013-01-28 07:13:47 +02:00
utils.py Make pep8 checks a bit stricter. 2012-11-26 16:57:15 -07:00
volume_types.py Convert volume_type id from int to uuid. 2012-12-04 11:50:49 -07:00