summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
* Added changes to make errors and recovery for volumes more graceful:Anthony Young2011-01-202-12/+58
|\
| * merged trunkand fixed conflicts and pep errorVishvananda Ishaya2011-01-1827-958/+919
| |\
| * | per vish's feedback, allow admin to specify volume id in any of the Anthony Young2011-01-181-1/+4
| * | update status to 'error_deleting' on volumes where deletion failsAnthony Young2011-01-181-4/+11
| * | fixes related to #701749. Also, added nova-manage commands to recoverAnthony Young2011-01-182-8/+43
* | | Fixes for bugs:jaypipes@gmail.com2011-01-191-2/+8
|\ \ \
| * | | Docstrings aren't guaranteed to exist, so split() can't automatically be call...jaypipes@gmail.com2011-01-181-2/+8
* | | | Eagerly load fixed_ip.network in instance_get_by_id.Soren Hansen2011-01-191-1/+2
|\ \ \ \
| * | | | Eagerly load instance's fixed_ip.network attribute.Soren Hansen2011-01-191-1/+2
* | | | | make sure params have no unicode keysVishvananda Ishaya2011-01-191-0/+2
|/ / / /
* | | | Add an apply_instance_filter method to NWFilter driver.Soren Hansen2011-01-192-18/+40
|\ \ \ \
| * | | | PEP-8 fixesSoren Hansen2011-01-191-3/+2
| * | | | Add an apply_instance_filter method to NWFilter driver.Soren Hansen2011-01-192-17/+40
* | | | | replace old ec2_id with proper id in describe_addressesVishvananda Ishaya2011-01-181-1/+1
| |_|_|/ |/| | |
* | | | Allows moving from the Austin-style db to the Bexar-style.Andy Smith2011-01-1913-86/+899
|\ \ \ \
| * | | | move db sync into nosetests package-level fixtures so that the existing noset...Andy Smith2011-01-181-0/+5
| * | | | add two more columns, set string lengths)Andy Smith2011-01-182-94/+114
| * | | | merge from upstream and fix small issuesAndy Smith2011-01-1851-736/+1420
| |\ \ \ \
| * \ \ \ \ merge from upstreamAndy Smith2011-01-1425-285/+817
| |\ \ \ \ \
| * \ \ \ \ \ merge from upstream:Andy Smith2011-01-139-307/+367
| |\ \ \ \ \ \
| * | | | | | | pep8 fixesAndy Smith2011-01-131-1/+1
| * | | | | | | update migration script to add new tables since mergeAndy Smith2011-01-132-17/+81
| * | | | | | | fix indentationAndy Smith2011-01-121-1/+1
| * | | | | | | add support for database migrationAndy Smith2011-01-1212-86/+810
* | | | | | | | Enable the use_ipv6 flag in unit tests by default.Soren Hansen2011-01-191-0/+1
| |_|_|/ / / / |/| | | | | |
* | | | | | | This disables ipv6 by default. Most use cases will not need it on and it mak...Vishvananda Ishaya2011-01-181-1/+1
|\ \ \ \ \ \ \
| * | | | | | | disable ipv6 by defaultVishvananda Ishaya2011-01-181-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | merge from upstream to fix conflictAndy Smith2011-01-1813-85/+541
|\| | | | | |
| * | | | | | Implement support for streaming images from Glance when using the XenAPI virt...Ewan Mellor2011-01-188-66/+470
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | Merged with trunk revno 572.Ewan Mellor2011-01-1747-796/+925
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | * | | | | Merged with trunk revno 565.Ewan Mellor2011-01-1427-469/+1233
| | |\ \ \ \ \
| | * | | | | | Fixed another issue in _stream_disk, as it did never execute _write_partition.Salvatore Orlando2011-01-122-3/+5
| | * | | | | | pep8 fixesSalvatore Orlando2011-01-122-3/+3
| | * | | | | | Fixing the stub for _stream_disk as wellSalvatore Orlando2011-01-121-1/+1
| | * | | | | | Fix for _stream_diskSalvatore Orlando2011-01-121-3/+3
| | * | | | | | PEP8 fixes, and switch to using the new LOG in vm_utils, matching what'sEwan Mellor2011-01-125-40/+37
| | * | | | | | Merged with trunk.Ewan Mellor2011-01-1285-723/+3479
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merged with Orlando's recent changes.Ewan Mellor2011-01-124-55/+86
| | |\ \ \ \ \ \ \
| | | * | | | | | | Fixed test environments.Salvatore Orlando2011-01-124-14/+52
| | | * | | | | | | Now removing kernel/ramdisk VDI after copySalvatore Orlando2011-01-113-40/+63
| | * | | | | | | | Added unit tests for the xenapi-glance integration. This adds a glanceEwan Mellor2011-01-126-39/+191
| | |/ / / / / / /
| | * | | | | | | 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-072-10/+10
| | * | | | | | | 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