Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug#898257 abstract out disk image access methods | Pádraig Brady | 2011-12-22 | 1 | -299/+0 |
* | Cleaning up imports in compute and virt | Brian Waldon | 2011-12-21 | 1 | -2/+0 |
* | Remove unused FLAGS.block_size | Julien Danjou | 2011-12-20 | 1 | -2/+0 |
* | This patch teaches virt/libvirt how to format filesystem on ephemeral device ... | Isaku Yamahata | 2011-09-13 | 1 | -0/+41 |
|\ | |||||
| * | virt/libvirt: format ephemeral device and add fs label when formating ext3 fs | Isaku Yamahata | 2011-09-10 | 1 | -0/+41 |
* | | pep8 fixes | Antony Messerli | 2011-09-12 | 1 | -0/+1 |
* | | Fixes rogue usage of sudo that crept in | Thierry Carrez | 2011-09-12 | 1 | -2/+2 |
|\ \ | |||||
| * | | Fix rogue usage of 'sudo' bypassing the run_as_root=True method | Thierry Carrez | 2011-09-12 | 1 | -2/+2 |
| |/ | |||||
* | | Fixes shutdown of lxc containers. | Chuck Short | 2011-09-12 | 1 | -7/+8 |
|\ \ | |||||
| * | | Clean up shutdown of lxc containers | Chuck Short | 2011-09-08 | 1 | -7/+8 |
| |/ | |||||
* / | use 'qemu-image resize' rather than 'truncate' to grow image files | Scott Moser | 2011-09-02 | 1 | -1/+1 |
|/ | |||||
* | Moved migration and fixed tests from upstream | Christopher MacGown | 2011-08-22 | 1 | -1/+1 |
* | Added the fixes suggested by Eric Windisch from cloudscaling... | Christopher MacGown | 2011-08-22 | 1 | -1/+1 |
* | Merge config_drive with trunk | Christopher MacGown | 2011-08-12 | 1 | -7/+25 |
|\ | |||||
| * | Accidentally added inject_files to merge | Christopher MacGown | 2011-08-11 | 1 | -3/+1 |
| * | Updates to libvirt, write metadata, net, and key to the config drive | Christopher MacGown | 2011-08-11 | 1 | -6/+27 |
* | | Removed most direct sudo calls, make them use run_as_root=True instead | Thierry Carrez | 2011-08-05 | 1 | -23/+24 |
|/ | |||||
* | fix for lp760921. Previously, if tune2fs failed, as it does on windows | Anthony Young | 2011-05-12 | 1 | -24/+26 |
* | Fix up docstring | Chuck Short | 2011-03-29 | 1 | -2/+2 |
* | Catch the error that mount might through a bit better | Chuck Short | 2011-03-29 | 1 | -5/+5 |
* | Pass along the nbd flags although we dont support it just yet | Chuck Short | 2011-03-28 | 1 | -5/+8 |
* | Fix utils checking | Chuck Short | 2011-03-27 | 1 | -1/+1 |
* | merged trunk | Chuck Short | 2011-03-25 | 1 | -7/+19 |
|\ | |||||
| * | Addressing Trey's comments. | Salvatore Orlando | 2011-03-24 | 1 | -37/+0 |
| * | Addressing Rick Clark's comments. | Salvatore Orlando | 2011-03-24 | 1 | -4/+5 |
| * | merged with trunk | Salvatore Orlando | 2011-03-23 | 1 | -11/+25 |
| |\ | |||||
| * | | merge trunk | Salvatore Orlando | 2011-03-13 | 1 | -2/+1 |
| |\| | |||||
| * | | Merged with trunk | Salvatore Orlando | 2011-03-13 | 1 | -2/+3 |
| |\ \ | |||||
| * \ \ | Merge trunk | Salvatore Orlando | 2011-03-10 | 1 | -21/+23 |
| |\ \ \ | |||||
| * \ \ \ | 1) merge trunk | Salvatore Orlando | 2011-02-28 | 1 | -1/+3 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merged with trunk, including manual conflict resolution in nova/virt/disk.py | Ewan Mellor | 2011-02-22 | 1 | -1/+3 |
| |\ \ \ \ \ | |||||
| * | | | | | | OS-55: Moved conn_common code into disk.py | Andy Southgate | 2011-02-15 | 1 | -0/+27 |
| * | | | | | | OS-55: Fix typo for libvirt_conn operation | Andy Southgate | 2011-01-28 | 1 | -1/+1 |
| * | | | | | | OS-55: PEP8 fixes | Andy Southgate | 2011-01-24 | 1 | -0/+2 |
| * | | | | | | OS-55: Inject network settings in linux images | Andy Southgate | 2011-01-14 | 1 | -7/+12 |
* | | | | | | | Fix up destroy container | Chuck Short | 2011-03-25 | 1 | -1/+1 |
* | | | | | | | Removed partition from setup_container | Chuck Short | 2011-03-25 | 1 | -2/+2 |
* | | | | | | | Dont use popen in dettaching the lxc loop | Chuck Short | 2011-03-24 | 1 | -1/+2 |
* | | | | | | | more pep8 fixes | Chuck Short | 2011-03-17 | 1 | -1/+1 |
* | | | | | | | Fix more pep8 errors | Chuck Short | 2011-03-17 | 1 | -2/+2 |
* | | | | | | | Fix up setup container | Chuck Short | 2011-03-17 | 1 | -1/+1 |
* | | | | | | | Set nbd to false when mounting the image | Chuck Short | 2011-03-17 | 1 | -0/+1 |
* | | | | | | | Remove nbd=FLAGS.use_cow_images for destroy container | Chuck Short | 2011-03-17 | 1 | -4/+3 |
* | | | | | | | Fix pep8 errors | Chuck Short | 2011-03-17 | 1 | -0/+1 |
* | | | | | | | Really delete the loop | Chuck Short | 2011-03-15 | 1 | -7/+5 |
* | | | | | | | Add comments about the destroy container function | Chuck Short | 2011-03-15 | 1 | -1/+5 |
* | | | | | | | Mount the right device | Chuck Short | 2011-03-15 | 1 | -1/+1 |
* | | | | | | | Refactor setup contianer/destroy container | Chuck Short | 2011-03-14 | 1 | -19/+14 |
* | | | | | | | Merge trunk | Chuck Short | 2011-03-13 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | process_input for tee. fixes: 733439 | Eric Windisch | 2011-03-11 | 1 | -1/+1 |
| | |_|_|_|/ | |/| | | | |