summaryrefslogtreecommitdiffstats
path: root/nova/virt
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | Changes to allow a VM to boot from iso image. A blank HD is also attached w...Donal Lafferty2011-05-062-5/+116
* | | | | | | | | | | | | | | | | | | | | | | Add source-group filtering.Soren Hansen2011-08-141-11/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Merge trunkSoren Hansen2011-08-0912-372/+433
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge trunkSoren Hansen2011-07-289-25/+31
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge trunkSoren Hansen2011-07-2618-151/+649
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Use subscript rather than attribute.Soren Hansen2011-07-241-8/+9
| * | | | | | | | | | | | | | | | | | | | | | | | ...and this is me snapping back into reality removing all trace of ipsets. Go...Soren Hansen2011-07-221-20/+10
| * | | | | | | | | | | | | | | | | | | | | | | | This is me being all cocky, thinking I'll make it use ipsets...Soren Hansen2011-07-221-11/+33
* | | | | | | | | | | | | | | | | | | | | | | | | fix typo that causes ami instances to launch with a kernal as ramdiskAnthony Young2011-08-121-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | * Removes rogue direct usage of subprocess module by proper utils.execute callsThierry Carrez2011-08-116-64/+58
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | Fix ajaxterm's use of shell=True, prevent vmops.py from running its own versi...Thierry Carrez2011-08-092-21/+11
| * | | | | | | | | | | | | | | | | | | | | | | | Removed most direct sudo calls, make them use run_as_root=True insteadThierry Carrez2011-08-055-42/+47
| * | | | | | | | | | | | | | | | | | | | | | | | Remove spurious direct use of subprocessThierry Carrez2011-08-051-2/+1
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | merge from trunkMatthew Hooker2011-08-0912-223/+421
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | Be more tolerant of agent failures. The instance still booted (most likely)Johannes Erdfelt2011-08-091-44/+46
| | |_|_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | With this branch, boot-from-volume can be marked as completed in some sense.Isaku Yamahata2011-08-096-59/+179
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | fix mismergeIsaku Yamahata2011-08-051-1/+2
| | * | | | | | | | | | | | | | | | | | | | | | | merged with nova trunk.Isaku Yamahata2011-08-0511-272/+172
| | |\| | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | merged with nova trunkIsaku Yamahata2011-08-0220-226/+705
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | virt/libvirt: teach libvirt driver swap/ephemeral deviceIsaku Yamahata2011-07-233-31/+122
| | * | | | | | | | | | | | | | | | | | | | | | | virt/libvirt: teach libvirt driver root device nameIsaku Yamahata2011-07-232-10/+19
| | * | | | | | | | | | | | | | | | | | | | | | | compute/manager, virt: pass down root device name/swap/ephemeral to virt driverIsaku Yamahata2011-07-235-15/+41
| * | | | | | | | | | | | | | | | | | | | | | | | Review fixesEd Leafe2011-08-081-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | Cleaned up some old code added by the last mergeEd Leafe2011-08-086-31/+0
| * | | | | | | | | | | | | | | | | | | | | | | | Moved the restriction on host startup to the xenapi layer.:Ed Leafe2011-08-082-3/+12
| * | | | | | | | | | | | | | | | | | | | | | | | Updated with code changes on LPEd Leafe2011-08-087-22/+18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merged trunkEd Leafe2011-08-041-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | Changed all references to 'power state' to 'power action' as requested by rev...Ed Leafe2011-08-047-11/+11
| | * | | | | | | | | | | | | | | | | | | | | | | | | Merged trunkEd Leafe2011-08-043-32/+7
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | Merged trunkEd Leafe2011-08-0310-80/+124
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | Removed duplicate methods created by previous merge.Ed Leafe2011-08-037-35/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merged trunkEd Leafe2011-08-0811-130/+161
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | / / / / / / / / | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Make sure mapping['dns'] is formatted correctly before injecting via template...Adam Gandelman2011-08-051-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | | Properly format mapping['dns'] before handing off to template for injection (...Adam Gandelman2011-08-041-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | Add a generic image service test and run it against the fake image service.Soren Hansen2011-08-051-3/+7
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | Make disk_format and container_format optional for libvirt's snapshot impleme...Soren Hansen2011-08-051-3/+7
| | | | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Fixes lp821144Matt Dietz2011-08-051-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | Bad method callMatt Dietz2011-08-041-1/+1
| | | |/ / / / / / / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | | | | | | | Remove instances of the "diaper pattern"Matthew Hooker2011-08-053-5/+6
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | remove unused reference to exception objectMatthew Hooker2011-08-041-2/+2
| | | * | | | | | | | | | | | | | | | | | | | | | Remove instances of the "diaper pattern"Matthew Hooker2011-08-033-6/+7
| | | |/ / / / / / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | | | | | | Fixed rescue/unrescue since the swap changes landed in trunk. Minor refactori...Josh Kearney2011-08-042-11/+18
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | Added more informative docstring.Josh Kearney2011-08-041-1/+4
| | | * | | | | | | | | | | | | | | | | | | | | Fixed rescue unit tests.Josh Kearney2011-08-041-6/+9
| | | * | | | | | | | | | | | | | | | | | | | | Fixed rescue and unrescue.Josh Kearney2011-08-042-6/+6
| | | * | | | | | | | | | | | | | | | | | | | | Fixed rescue and unrescue.Josh Kearney2011-08-041-1/+2
| | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | Fixes lp819397matt.dietz@rackspace.com2011-08-041-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | Fixes lp819397matt.dietz@rackspace.com2011-08-031-1/+1
| | | | |/ / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | Found a case where an UnboundLocalError would be raised in xenapi_conn.py's w...Ed Leafe2011-08-041-4/+3
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | Changed the definition of the 'action' dict to always occur.Ed Leafe2011-08-041-4/+3
| | | | |/ / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | |