summaryrefslogtreecommitdiffstats
path: root/nova/virt
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Adds back e2fsck exit code checking.Rick Harris2012-02-161-1/+4
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge "Different exit code in new versions of iscsiadm"Jenkins2012-02-161-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Different exit code in new versions of iscsiadmDerek Higgins2012-02-151-1/+2
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge changes I8c559483,If92c613bJenkins2012-02-161-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | fix a syntax error in libvirt.attach_volume() with lxcPádraig Brady2012-02-151-1/+1
| |/ / / / / /
* | | | | | | Merge "LOG.exception only works while in an exception handler"Jenkins2012-02-153-5/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | LOG.exception only works while in an exception handlerJohannes Erdfelt2012-02-143-5/+4
| | |_|_|/ / | |/| | | |
* | | | | | Merge "Added resize support for Libvirt/KVM."Jenkins2012-02-155-6/+154
|\ \ \ \ \ \
| * | | | | | Added resize support for Libvirt/KVM.Nachi Ueno2012-02-145-6/+154
| |/ / / / /
* / / / / / _() works best with string literalsJohannes Erdfelt2012-02-141-3/+3
|/ / / / /
* | | | | Merge "Add support for LXC volumes."Jenkins2012-02-142-2/+78
|\ \ \ \ \
| * | | | | Add support for LXC volumes.Chuck Short2012-02-082-2/+78
* | | | | | Merge "Replace ApiError with new exceptions"Jenkins2012-02-142-8/+8
|\ \ \ \ \ \
| * | | | | | Replace ApiError with new exceptionsBrian Waldon2012-02-142-8/+8
* | | | | | | Merge "e2fsck needs -y"Jenkins2012-02-141-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | e2fsck needs -yRick Harris2012-02-141-1/+1
| | |/ / / / | |/| | | |
* / | | | | Standardize logging delaration and useJason Kölker2012-02-1431-31/+31
|/ / / / /
* | | | | Merge "Changes for supporting fast cloning on Xenserver. Implements blueprint...Jenkins2012-02-144-12/+205
|\ \ \ \ \
| * | | | | Changes for supporting fast cloning on Xenserver.Devdeep Singh2012-02-134-12/+205
| | |/ / / | |/| | |
* | | | | Merge "Fsck disk before removing journal"Jenkins2012-02-141-10/+3
|\ \ \ \ \
| * | | | | Fsck disk before removing journalRick Harris2012-02-131-10/+3
* | | | | | Merge "Handle refactoring of libvirt image caching."Jenkins2012-02-141-56/+85
|\ \ \ \ \ \
| * | | | | | Handle refactoring of libvirt image caching.Michael Still2012-02-091-56/+85
| | |_|/ / / | |/| | | |
* | | | | | Merge "Pass instance to log messages."Jenkins2012-02-141-24/+23
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Pass instance to log messages.Michael Still2012-02-101-24/+23
* | | | | | Merge "Log instance id consistently inside the firewall code."Jenkins2012-02-131-8/+12
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Log instance id consistently inside the firewall code.Michael Still2012-02-101-8/+12
| | |_|_|/ | |/| | |
* | | | | Merge "Remedies LP Bug #928910 - Use libvirt lookupByName() to check existence"Jenkins2012-02-112-0/+23
|\ \ \ \ \
| * | | | | Remedies LP Bug #928910 - Use libvirt lookupByName() to check existenceJay Pipes2012-02-102-0/+23
* | | | | | Merge "remove unused and buggy function from baremetal proxy"Jenkins2012-02-101-5/+0
|\ \ \ \ \ \
| * | | | | | remove unused and buggy function from baremetal proxyPádraig Brady2012-02-101-5/+0
| | |/ / / / | |/| | | |
* | | | | | Merge "Automatic confirmation of resizes on libvirt"Jenkins2012-02-102-2/+28
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Automatic confirmation of resizes on libvirtPhilip Knouff2012-02-102-2/+28
| |/ / / /
* / / / / Remove the last of the gflags shim layerMark McLoughlin2012-02-1018-23/+23
|/ / / /
* | | | Merge "Backslash continuations (nova.virt)"Jenkins2012-02-1021-190/+168
|\ \ \ \
| * | | | Backslash continuations (nova.virt)Zhongyue Luo2012-02-0821-190/+168
| | |_|/ | |/| |
* | | | Fix logging in xenapi vmopsChris Behrens2012-02-091-12/+13
| |/ / |/| |
* | | Merge "optimize libvirt image cache usage"Jenkins2012-02-091-16/+13
|\ \ \
| * | | optimize libvirt image cache usagePádraig Brady2012-02-091-16/+13
* | | | Merge "Fix confirm_resize policy handling"Jenkins2012-02-091-2/+16
|\ \ \ \
| * | | | Fix confirm_resize policy handlingRick Harris2012-02-091-2/+16
| |/ / /
* | | | Merge "Use named logger when available"Jenkins2012-02-093-11/+11
|\ \ \ \ | |/ / / |/| | |
| * | | Use named logger when availableJohannes Erdfelt2012-02-083-11/+11
| | |/ | |/|
* | | Remove unnecessary use of LoopingCall in nova/virt/xenapi/vm_utils.pyJohannes Erdfelt2012-02-081-18/+10
* | | Stop using LoopingCall in nova.virt.xenapi_conn:wait_for_task()Johannes Erdfelt2012-02-081-45/+35
|/ /
* | Allow e2fsck to exit with 1Rick Harris2012-02-081-1/+6
* | Merge "Check return code instead of output for iscsiadm"Jenkins2012-02-081-4/+10
|\ \ | |/ |/|
| * Check return code instead of output for iscsiadmVishvananda Ishaya2012-02-071-4/+10
* | Merge "Remove ajaxterm from Nova"Jenkins2012-02-088-65/+1
|\ \
| * | Remove ajaxterm from NovaThierry Carrez2012-02-078-65/+1