summaryrefslogtreecommitdiff
path: root/nova/virt/images.py
Commit message (Expand)AuthorAgeFilesLines
...
* Move flags in libvirt's imagebackend to the libvirt groupMichael Still2013-11-251-1/+3
* Rename InstanceType exceptions to FlavorMatt Riedemann2013-11-151-1/+1
* ensure we don't boot oversized imagesPádraig Brady2013-10-311-3/+21
* Uses oslo.imageutilsZhongyue Luo2013-10-161-121/+3
* Fixes modules with wrong file mode bits in virt packageZhongyue Luo2013-09-231-0/+0
* Merge "Add RBD supporting to libvirt for creating local volume"Jenkins2013-08-291-1/+1
|\
| * Add RBD supporting to libvirt for creating local volumeHaomai Wang2013-08-231-1/+1
* | Pass the destination file name to download modulesJohn Bresnahan2013-08-261-2/+1
|/
* Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-261-0/+1
* Remove locals() from virt directoryEugene Nikanorov2013-07-141-1/+2
* Merge "Replace utils.to_bytes() with strutils.to_bytes()"Jenkins2013-06-191-2/+3
|\
| * Replace utils.to_bytes() with strutils.to_bytes()Zhongyue Luo2013-06-141-2/+3
* | Merge "Replace functions in utils with oslo.fileutils"Jenkins2013-06-151-3/+4
|\ \ | |/
| * Replace functions in utils with oslo.fileutilsZhongyue Luo2013-06-111-3/+4
* | Refactors qemu image info parsing logicZhongyue Luo2013-06-141-37/+23
|/
* Fix missing argument to QemuImageInfoDavanum Srinivas2013-03-191-1/+1
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-2/+2
* remove intermediate libvirt downloaded imagesPádraig Brady2013-02-171-1/+1
* Properly write non-raw LVM images on creationRafi Khardalian2013-02-101-2/+2
* fix misspellings in logs, comments and testsPádraig Brady2013-01-211-1/+1
* correcting for proper use of the word 'an'.Matt Joyce2013-01-161-1/+1
* Merge "Fix N402 for nova/virt"Jenkins2013-01-091-1/+1
|\
| * Fix N402 for nova/virtSean Dague2013-01-081-1/+1
* | Verify the disk file exists before running qemu-img on it.Michael Still2012-12-251-0/+3
|/
* Remove nova.config.CONFMark McLoughlin2012-11-201-2/+1
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Switch from FLAGS to CONF in nova.virtMark McLoughlin2012-11-071-3/+4
* Move to a more canonicalized output from qemu-img info.Joshua Harlow2012-10-311-26/+138
* Handle the case where we encounter a snap shot correctly.Joshua Harlow2012-10-231-3/+13
* Add util for image conversionBoris Filippov2012-10-101-2/+7
* Remove unused variablesStanislaw Pitucha2012-08-041-5/+3
* refactor all uses of the `qemu-img info` commandPádraig Brady2012-07-241-23/+24
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* Rename GlanceImageService.get to downloadBrian Waldon2012-06-271-2/+1
* Cleanup of image service codeBrian Waldon2012-06-271-3/+3
* Unused imports cleanup (folsom-2)Zhongyue Luo2012-06-031-1/+0
* ensure atomic manipulation of libvirt disk imagesPádraig Brady2012-03-241-39/+30
* various cleanupsPádraig Brady2012-03-161-1/+0
* Merge "improve stale libvirt images handling fix. Bug 801412"Jenkins2012-02-171-2/+8
|\
| * improve stale libvirt images handling fix. Bug 801412Pádraig Brady2012-02-141-2/+8
* | Create a flag for force_to_raw for imagesVishvananda Ishaya2012-02-151-8/+18
|/
* Standardize logging delaration and useJason Kölker2012-02-141-1/+1
* fix stale libvirt images on download failure. Bug 801412Pádraig Brady2012-02-021-2/+6
* PEP8 type comparison cleanuplzyeval2012-01-041-1/+1
* Cleaning up imports in compute and virtBrian Waldon2011-12-211-1/+0
* Address Soren's comments:Scott Moser2011-09-201-3/+7
* fix call to gettextScott Moser2011-09-201-2/+1
* fix syntax error in exception, remove "Dangerous!" commentScott Moser2011-09-191-3/+3
* use dictionary format for exception messageScott Moser2011-09-191-2/+3
* use '_(' for exception messagesScott Moser2011-09-191-3/+3