summaryrefslogtreecommitdiffstats
path: root/nova/virt
Commit message (Expand)AuthorAgeFilesLines
* Moved migration and fixed tests from upstreamChristopher MacGown2011-08-223-6/+5
* Merged trunkChristopher MacGown2011-08-225-31/+101
|\
| * Added the fixes suggested by Eric Windisch from cloudscaling...Christopher MacGown2011-08-223-4/+5
| * Add copyright noticesChristopher MacGown2011-08-192-0/+2
| * Define FLAGS.default_local_format. By default it's None, to match current exp...Christopher MacGown2011-08-191-0/+4
| * Merge config_drive with trunkChristopher MacGown2011-08-124-28/+91
| |\
| | * Accidentally added inject_files to mergeChristopher MacGown2011-08-111-3/+1
| | * Updates to libvirt, write metadata, net, and key to the config driveChristopher MacGown2011-08-113-32/+66
| | * Config-Drive happiness, minus smoketestChristopher MacGown2011-07-222-12/+46
* | | Move documentation from nova.virt.fake into nova.virt.driver.Soren Hansen2011-08-232-297/+270
|\ \ \
| * | | Revert irrelevant changes that accidentally crept into this patch :(Soren Hansen2011-08-191-2/+0
| * | | pep8Soren Hansen2011-08-191-1/+0
| * | | Start improving documentation.Soren Hansen2011-08-191-16/+41
| * | | Move documentation from nova.virt.fake to nova.virt.driver.Soren Hansen2011-08-192-287/+238
* | | | Merged trunkRyu Ishimoto2011-08-191-3/+0
|\| | |
| * | | Remove instances.admin_pass column.Dan Prince2011-08-161-3/+0
* | | | Merged trunkRyu Ishimoto2011-08-175-15/+78
|\| | |
| * | | I'm taking Thierry at his word that I should merge early and merge often :) Dan Wendlandt2011-08-161-2/+4
| |\ \ \
| | * | | merge trunk, fix conflict frim dprince's branch to remove hostname from bin/n...Dan Wendlandt2011-08-121-1/+1
| | |\| |
| | * | | merge in trunk, resolving conflicts with ttx's branch to switch from using su...Dan Wendlandt2011-08-1216-235/+396
| | |\ \ \
| | * | | | move ensure_vlan_bridge,ensure_bridge,ensure_vlan to the bridge/vlan specific...Dan Wendlandt2011-08-041-2/+4
| * | | | | Allow local_gb to be 0; PEP8 fixes.Josh Kearney2011-08-161-2/+3
| * | | | | Validate the size of VHD files in OVF containers.Josh Kearney2011-08-163-11/+71
| |\ \ \ \ \
| | * | | | | Corrected names in TODO/FIXME.Josh Kearney2011-08-151-2/+2
| | * | | | | Fixed merge conflict.Josh Kearney2011-08-151-1/+1
| | * | | | | Merged trunk.Josh Kearney2011-08-154-30/+192
| | |\ \ \ \ \
| | * | | | | | Updated logging.Josh Kearney2011-08-121-1/+2
| | * | | | | | Check uncompressed VHD size.Josh Kearney2011-08-123-11/+70
| | | |_|_|/ / | | |/| | | |
* | / | | | | add new vif uuid for OVS vifplug for libvirt + xenserverDan Wendlandt2011-08-162-8/+9
|/ / / / / /
* | | | | | Adding kvm-block-migration feature. Kei Masumoto2011-08-153-23/+163
|\ \ \ \ \ \
| * \ \ \ \ \ merged rev1418 and fixed code so that less than 1G image can be migratedKei masumoto2011-08-1318-446/+546
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | merged trunk rev1348Kei Masumoto2011-08-0213-101/+93
| |\ \ \ \ \ \
| * | | | | | | merged trunk and fixed post_live_migratioin_at_destination to get nw_infoKei masumoto2011-07-291-2/+5
| * | | | | | | merged recent trunkKei Masumoto2011-07-2718-148/+640
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ fixed reviewer's comment. 1. ctxt -> context, 2. erase unnecessary exception ...Kei Masumoto2011-07-193-20/+26
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ fix reviewer's commentKei Masumoto2011-07-128-97/+291
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ fix conflictKei Masumoto2011-07-1110-117/+113
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ fixed a bug which prevents suspend/resume after block-migrationKei Masumoto2011-07-056-41/+323
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | fixed reviewer's comment. 1. adding dest-instance-dir deleting operation to n...Kei Masumoto2011-06-211-2/+12
| * | | | | | | | | | | | nova.virt.libvirt.connection._live_migration is changedKei Masumoto2011-06-201-1/+1
| * | | | | | | | | | | | merged rev trunk 1198Kei Masumoto2011-06-2011-54/+108
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | fix pep8 checkKei Masumoto2011-06-201-1/+1
| * | | | | | | | | | | | | fix comments at nova.virt.libvirt.connectionKei Masumoto2011-06-201-3/+4
| * | | | | | | | | | | | | merged trunk rev 1178Kei Masumoto2011-06-155-24/+18
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | added kernel/ramdisk migrate supportKei Masumoto2011-06-151-4/+20
| * | | | | | | | | | | | | | block migration feature addedKei Masumoto2011-06-111-20/+102
* | | | | | | | | | | | | | | Libvirt has some autogenerated network info that is breaking ha network.Vishvananda Ishaya2011-08-157-149/+61
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | make sure security groups come back on restart of nova-computeVishvananda Ishaya2011-08-125-16/+15
| * | | | | | | | | | | | | | fix all of the testsVishvananda Ishaya2011-08-121-4/+4
| * | | | | | | | | | | | | | rename project_net to same_netVishvananda Ishaya2011-08-123-8/+8