summaryrefslogtreecommitdiffstats
path: root/nova/virt
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | 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
|\ \ \ \ \ \ \ | |/ / / / / / |/| | / / / / | | |/ / / / | |/| | | |
| * | | | | 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
| | | |\| | | |
| * | | | | | | 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
| | | |_|_|_|/ | | |/| | | |
| * | | | | | 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
| |/ / /
* | / / Fix exception in get_info.Ewan Mellor2010-08-031-1/+1
| |/ / |/| |
* | | 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
|/
* 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