summaryrefslogtreecommitdiffstats
path: root/nova/virt/disk/api.py
Commit message (Expand)AuthorAgeFilesLines
* Remove img_handlers config parameter usageDaniel P. Berrange2012-11-211-50/+20
* Convert file injection code to use the VFS APIsDaniel P. Berrange2012-11-211-112/+99
* Use CONF.import_opt() for nova.config optsMark McLoughlin2012-11-201-1/+1
* Remove nova.config.CONFMark McLoughlin2012-11-201-1/+1
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Move all mount classes into a subdirectoryDaniel P. Berrange2012-11-141-4/+4
* Move libvirt specific cgroups setup code out of nova.virt.disk.apiDaniel P. Berrange2012-11-121-7/+0
* Switch from FLAGS to CONF in nova.virtMark McLoughlin2012-11-071-4/+5
* Move to a more canonicalized output from qemu-img info.Joshua Harlow2012-10-311-3/+1
* optimize slightly device lookup with LXC umountsPádraig Brady2012-09-261-1/+2
* Fixes import issue on WindowsAlessandro Pilotti2012-09-131-1/+6
* fix unmounting of LXC containers in the presence of symlinksPádraig Brady2012-09-081-1/+1
* Fix the inject_metadata_into_fs in the disk API.Dan Prince2012-08-091-1/+1
* Prohibit file injection writing to host filesystemPádraig Brady2012-08-071-1/+3
* fix unmounting of LXC containersPádraig Brady2012-08-021-16/+44
* Revert "Check for selinux before setting up selinux."Pádraig Brady2012-07-301-3/+1
* Check for selinux before setting up selinux.Chuck Short2012-07-291-1/+3
* Don't import libvirt_utils in disk api.Dan Prince2012-07-261-3/+15
* refactor all uses of the `qemu-img info` commandPádraig Brady2012-07-241-14/+3
* Merge "set correct SELinux context for injected ssh keys"Jenkins2012-07-201-0/+33
|\
| * set correct SELinux context for injected ssh keysPádraig Brady2012-07-201-0/+33
* | improve efficiency of image transfer during migrationPádraig Brady2012-07-181-0/+25
|/
* only mount guest image once when injecting filesPádraig Brady2012-07-111-25/+14
* Don't catch & ignore exceptions when setting up LXC container filesystemsDaniel P. Berrange2012-07-051-9/+10
* Prevent file injection writing to host filesystem.Russell Bryant2012-07-031-25/+46
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* blueprint lvm-disk-imagesBoris Filippov2012-06-121-2/+6
* Replace standard json module with openstack.common.jsonutilsZhongyue Luo2012-06-071-2/+2
* Backslash continuation removal (Nova folsom-2)Zhongyue Luo2012-05-311-3/+2
* Replaces exceptions.Error with NovaExceptionAlex Meade2012-05-071-9/+11
* Fix LXC volume attach issueThierry Carrez2012-03-151-4/+5
* Merge "Checks image virtual size before qemu-img resize."Jenkins2012-03-121-2/+14
|\
| * Checks image virtual size before qemu-img resize.MotoKen2012-03-081-2/+14
* | Add pybasedir and bindir optionsMark McLoughlin2012-03-091-1/+1
|/
* Only raw string literals should be used with _()Johannes Erdfelt2012-03-041-1/+1
* Add missing filters for new root commandsThierry Carrez2012-02-291-2/+2
* Stop ignoring E202.Monty Taylor2012-02-201-1/+1
* Add support for admin_password to LibVirtMike Pittaro2012-02-171-3/+116
* Merge "fixed bug 928749"Jenkins2012-02-171-2/+2
|\
| * fixed bug 928749Thorsten Tarrach2012-02-101-2/+2
* | Merge "Add support for LXC volumes."Jenkins2012-02-141-0/+20
|\ \
| * | Add support for LXC volumes.Chuck Short2012-02-081-0/+20
| |/
* | Standardize logging delaration and useJason Kölker2012-02-141-1/+1
* | Remove the last of the gflags shim layerMark McLoughlin2012-02-101-1/+1
|/
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-031-1/+1
* Merge "Add comments to injected keys and network config"Jenkins2012-02-021-1/+8
|\
| * Add comments to injected keys and network configBrian Waldon2012-02-021-1/+8
* | remove auto fsck feature from file injection. Bug 826794Pádraig Brady2012-02-021-11/+5
|/
* Merge "Support file injection on boot w/ Libvirt"Jenkins2012-02-021-0/+23
|\
| * Support file injection on boot w/ LibvirtBrian Waldon2012-01-281-0/+23