summaryrefslogtreecommitdiffstats
path: root/nova/virt
Commit message (Expand)AuthorAgeFilesLines
* Create console.log ahead of time. This ensures that the user running nova-com...Soren Hansen2010-09-011-1/+3
|\
| * Create console.log ahead of time. This ensures that the user running nova-com...Soren Hansen2010-08-271-1/+3
* | Call getInfo() instead of getVersion() on the libvirt connection object. virC...Soren Hansen2010-08-311-1/+1
|\ \
| * | Call getInfo() instead of getVersion() on the libvirt connection object. virC...Soren Hansen2010-08-311-1/+1
* | | Reconnect to libvirt on broken connection.Soren Hansen2010-08-301-1/+13
|\| |
| * | Detect if libvirt connection has been broken and reestablish it.Soren Hansen2010-08-301-1/+13
| |/
* | Merge trunk and resolve conflictsjaypipes@gmail.com2010-08-308-87/+543
|\|
| * Rework virt.xenapi's concurrency model. There were many places where we wereEwan Mellor2010-08-241-31/+136
| |\
| | * Move deferredToThread into utils, as suggested by termie.Ewan Mellor2010-08-191-12/+6
| | * Remove whitespace to match style guide.Ewan Mellor2010-08-191-15/+0
| | * Merge with trunk, in particular merging with the style cleanup that causedEwan Mellor2010-08-178-61/+289
| | |\
| | * | Rework virt.xenapi's concurrency model. There were many places where we wereEwan Mellor2010-08-151-31/+147
| * | | Merged with trunkJustin Santa Barbara2010-08-188-71/+428
| |\ \ \ | | | |/ | | |/|
| | * | Add documentation to spawn, reboot, and destroy stating that those functionsEwan Mellor2010-08-171-3/+16
| | |\ \
| | | * | Add documentation to spawn, reboot, and destroy stating that those functionsEwan Mellor2010-08-151-3/+16
| | * | | Fixes quite a few style issues across the entire nova codebase bringing it mu...andy2010-08-173-42/+28
| | |\ \ \
| | | * | | rather comprehensive style fixesandy2010-08-163-42/+28
| | * | | | Added documentation for the nova.virt connection interface, a note about the ...Ewan Mellor2010-08-163-21/+137
| | |\ \ \ \ | | | |/ / / | | |/| / / | | | |/ /
| | | * | Added documentation to the nova.virt interface.Ewan Mellor2010-08-133-21/+137
| | | * | Merged with trunk.Ewan Mellor2010-08-122-9/+13
| | | |\ \
| | | * \ \ Merge with trunk.Ewan Mellor2010-08-041-0/+5
| | | |\ \ \
| | | * \ \ \ Merge lp:~vishvananda/nova/fix-curl-project, fix conflicts with changes Ewan Mellor2010-08-043-19/+25
| | | |\ \ \ \
| | * | | | | | Move interfaces template into virt/, too.Soren Hansen2010-08-131-0/+18
| | * | | | | | Refactor LibvirtConnection a little bit for easier testing.Soren Hansen2010-08-131-9/+26
| | * | | | | | Remove extra "uml" from os.type.Soren Hansen2010-08-131-1/+1
| | * | | | | | Merge with trunkSoren Hansen2010-08-131-7/+9
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | | * | | | | Implement the same fix as lp:~vishvananda/nova/fix-curl-project, but for virt...Ewan Mellor2010-08-121-6/+8
| | | |\ \ \ \ \
| | | | * | | | | Implement the same fix as lp:~vishvananda/nova/fix-curl-project, but forEwan Mellor2010-08-091-6/+8
| | | | |/ / / /
| | | * | | | | Merged with trunk.Ewan Mellor2010-08-112-22/+35
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| | | / | | | | | |_|/ | | | | |/| |
| | | * | | | Fix exception in get_info.Ewan Mellor2010-08-031-1/+1
| | * | | | | Make --libvirt_type=uml do the right thing: Sets the correct libvirt URI and ...Soren Hansen2010-08-123-11/+46
| | * | | | | Merge with trunk.Soren Hansen2010-08-123-19/+156
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | | * | | | Implement VIF creation in the xenapi module.Ewan Mellor2010-08-102-18/+154
| | | |\ \ \ \
| | | | * \ \ \ Pull trunk merge through lp:~ewanmellor/nova/add-contains.Ewan Mellor2010-08-092-21/+33
| | | | |\ \ \ \ | | | | | |/ / / | | | | |/| | |
| | | | | * | | Merged with trunk again.Ewan Mellor2010-08-092-21/+33
| | | | | |\ \ \
| | | | * | | | | Implement VIF creation.Ewan Mellor2010-08-031-7/+50
| | | | |/ / / /
| | | | * | | | Added a xapi plugin that can pull images from nova-objectstore, and use thatEwan Mellor2010-08-031-7/+98
| | | | * | | | Turn the private _image_url(path) into a public image_url(image). This willEwan Mellor2010-08-021-5/+7
| | | * | | | | More changes to volume to fix concurrency issues. Also testing updates.Vishvananda Ishaya2010-08-101-1/+2
| | | |\ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | | | * | | | merged trunkVishvananda Ishaya2010-08-052-8/+18
| | | | |\ \ \ \ | | | | | | |_|/ | | | | | |/| |
| | | | * | | | delete instance doesn't fail if instances dir doesn't existVishvananda Ishaya2010-08-031-6/+6
| | | | | |/ / | | | | |/| |
| | * | | | | Move libvirt.xml template into nova/virtSoren Hansen2010-08-122-1/+31
| | * | | | | Parameterise libvirt URI.Soren Hansen2010-08-121-2/+5
| | |/ / / /
| * | | | | Merged with trunkJustin Santa Barbara2010-08-082-21/+33
| |\| | | |
| * | | | | Greater compliance with pep8/pylint style checksJustin Santa Barbara2010-08-081-2/+2
| * | | | | Added exit code checking to process.py (twisted process utils). A bit of cla...Justin Santa Barbara2010-07-301-1/+1
| * | | | | Added --fail argument to curl invocations, so that HTTP request fails get sur...Justin Santa Barbara2010-07-291-1/+1
| | |/ / / | |/| | |
* | | | | pylint fixes for nova/virt/connection.pyjaypipes@gmail.com2010-08-101-0/+10
| |/ / / |/| | |
* | | | Change nova/virt/images.py's _fetch_local_image to accept 4 args, since fetch...Chris Behrens2010-08-071-1/+1
|\ \ \ \
| * | | | Fixes bug#614090 -- nova.virt.images._fetch_local_image being called with 4 a...Chris Behrens2010-08-051-1/+1
| | |/ / | |/| |