summaryrefslogtreecommitdiffstats
path: root/nova/virt
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ / / /
* | | | 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
| | |/ / | |/| |
* | | | merged trunkVishvananda Ishaya2010-08-062-9/+18
|\| | |
| * | | Fixes the curl to pass in the project properlyVishvananda Ishaya2010-08-042-8/+13
| |\ \ \ | | | |/ | | |/|
| | * | Fixes access key passing in curl statement.Vishvananda Ishaya2010-07-302-13/+17
| | |/
| * | use the right tagVishvananda Ishaya2010-07-301-3/+2
| * | flag for libvirt typeVishvananda Ishaya2010-07-291-4/+9
| |/
* | fixed tests, moved compute network config call, added notes, made inject opti...Vishvananda Ishaya2010-08-041-1/+1
* | it helps to save files BEFORE committingVishvananda Ishaya2010-08-041-11/+14
|/
* Merge with trunk, including fixing up conflicts with the removal of fake_usersEwan Mellor2010-07-292-8/+28
* Replace hardcoded example URL, username, and password with flags calledEwan Mellor2010-07-251-3/+18
* Fix instance cleanup.Ewan Mellor2010-07-251-1/+1
* Removed creation of process pools. We don't use these any more now thatEwan Mellor2010-07-252-2/+0
* Add missing import following merge from trunk (cset 150).Ewan Mellor2010-07-241-0/+1
* Merged with trunk, since a lot of useful things have gone in there recently.Ewan Mellor2010-07-242-17/+16
* First commit of XenAPI-specific code (i.e. connections to the open-sourceEwan Mellor2010-07-182-0/+141
* In preparation for XenAPI support, refactor the interface betweenEwan Mellor2010-07-185-0/+546