summaryrefslogtreecommitdiffstats
path: root/nova/virt
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | Merged with trunk.Ewan Mellor2011-01-1212-236/+605
| | |\ \ \ \ \ \ \ | | | | |_|_|/ / / | | | |/| | | | |
| | * | | | | | | Merged with Orlando's recent changes.Ewan Mellor2011-01-123-14/+23
| | |\ \ \ \ \ \ \
| | | * | | | | | | Fixed test environments.Salvatore Orlando2011-01-122-10/+19
| | | * | | | | | | Now removing kernel/ramdisk VDI after copySalvatore Orlando2011-01-112-8/+14
| | * | | | | | | | Added unit tests for the xenapi-glance integration. This adds a glanceEwan Mellor2011-01-122-27/+94
| | |/ / / / / / /
| | * | | | | | | Can now correctly launch images with external kernels through glance.Salvatore Orlando2011-01-101-6/+17
| | * | | | | | | fixed small glitch in _fetch_image_glanceSalvatore Orlando2011-01-091-1/+2
| | * | | | | | | First cut at implementing partition-adding in combination with the GlanceEwan Mellor2011-01-081-4/+39
| | * | | | | | | Fix indentation.Ewan Mellor2011-01-071-9/+9
| | * | | | | | | Some fixes to _lookup_image_glance: fix the return value from lookup_image,Ewan Mellor2011-01-071-11/+9
| | * | | | | | | Fix pep8 errors.Ewan Mellor2011-01-071-9/+9
| | * | | | | | | Many fixes to the Glance integration.Ewan Mellor2011-01-072-42/+36
| | * | | | | | | pv/hvm detection with pygrub updated for glanceSalvatore Orlando2011-01-071-0/+27
| | * | | | | | | Half-finished implementation of the streaming from Glance to a VDI throughEwan Mellor2011-01-071-1/+157
| * | | | | | | | Works around the app-armor problem of requiring disks with backing files to b...Vishvananda Ishaya2011-01-182-14/+14
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ merged trunkVishvananda Ishaya2011-01-186-16/+384
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / | | | |/| | | | | |
| | * | | | | | | | use .local and .rescue for disk images so they don't make app-armor pukeVishvananda Ishaya2011-01-142-14/+14
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge trunk.Todd Willey2011-01-184-0/+358
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | fixed pep8 errorKei Masumoto2011-01-201-2/+3
| | * | | | | | | merged to trunk rev572Kei Masumoto2011-01-194-14/+25
| | |\ \ \ \ \ \ \ | | | | |_|_|/ / / | | | |/| | | | |
| | * | | | | | | fixed based on reviewer's commentKei Masumoto2011-01-191-0/+1
| | * | | | | | | merged trunk rev569Kei Masumoto2011-01-177-130/+658
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | |
| | * | | | | | | merged to rev 561 and fixed based on reviewer's commentKei Masumoto2011-01-163-19/+128
| | * | | | | | | checking based on pep8Kei Masumoto2011-01-141-19/+17
| | * | | | | | | merged to trunk rev 561masumotok2011-01-141-12/+32
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ merge trunk rev560masumotok2011-01-147-31/+123
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ | | | |/| | | | | |
| | * | | | | | | | Get reviewed and fixed based on comments.masumotok2011-01-1410-264/+1294
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Add support for EBS volumes to the live migration feature.Muneyuki Noguchi2011-01-111-14/+31
| | * | | | | | | | | 最新バージョンにマージ。変更点は以下の通り。masumotok2010-12-317-58/+469
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ merge recent revision(version of 2010/12/28)masumotok2010-12-3120-888/+1984
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | nova.compute.managerがこれまでの修正でデグレしていたので修正root2010-12-241-1/+39
| | * | | | | | | | | | | Hostテーブルのカラム名を修正masumotok2010-12-161-0/+4
| | * | | | | | | | | | | コメントを除去masumotok2010-12-081-7/+0
| | * | | | | | | | | | | rev439ベースにライブマイグレーションの機能をマージmasumotok2010-12-071-0/+101
| | * | | | | | | | | | | Correctly translate instance ids to internal_ids in some spots we neglected.Michael Gundlach2010-12-021-2/+0
| * | | | | | | | | | | | pep8Todd Willey2011-01-181-3/+4
| * | | | | | | | | | | | I might have gone overboard with documenting _members.Todd Willey2011-01-181-0/+47
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* / | | | | | | | | | | Add rules to database, cast refresh message and trickle down to firewall driver.Todd Willey2011-01-172-0/+11
|/ / / / / / / / / / /
* | | | | | | | | | | Merging trunkRick Harris2011-01-176-111/+626
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
| * | | | | | | | | | pep8 fixes... largely to things from trunk?Andy Smith2011-01-141-2/+1
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
| * | | | | | | | | Implements the blueprint for enabling the setting of the root/admin password ...Ed Leafe2011-01-143-30/+197
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Minor code cleanupsEd Leafe2011-01-131-1/+0
| | * | | | | | | | | Minor code cleanupsEd Leafe2011-01-131-0/+1
| | * | | | | | | | | Minor code cleanupsEd Leafe2011-01-131-1/+0
| | * | | | | | | | | Added unit tests for the Diffie-Hellman class. Merged recent trunk changesEd Leafe2011-01-132-20/+8
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / | | | |/| | | | | | |
| | * | | | | | | | | Replaced home-grown Diffie-Hellman implementation with the M2Crypto version s...Ed Leafe2011-01-132-24/+47
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ cleaned up prior merge messEd Leafe2011-01-126-10/+89
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ | | | |/| | | | | | | |
| | * | | | | | | | | | merged trunk changesEd Leafe2011-01-114-1/+21
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Removed unneeded SimpleDH code from agent plugin. Improved handling of plugin...Ed Leafe2011-01-111-2/+12
| | * | | | | | | | | | | merged trunk changesEd Leafe2011-01-101-4/+12
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ / / | | | |/| | | | | | | | |