forked from openstack/nova
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create image of volume-backed instance via native API
Fixes bug 1034730. Avoids 'qemu-img snapshot' failure when native API create_image action is applied to a volume-backed instance. Applies the same logic as is used to create a placeholder image from a volume-backed instance via the EC2 API CreateImage operation, with the now-common code refactored into the ComputeAPI class. Change-Id: I624584ae9adbf30629f0e814d340da6b9e6e59bd
- Loading branch information
Eoghan Glynn
committed
Sep 9, 2012
1 parent
f348875
commit c3476b5
Showing
5 changed files
with
202 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters