summaryrefslogtreecommitdiffstats
path: root/nova/compute
Commit message (Expand)AuthorAgeFilesLines
* Adds running_deleted_instance_reaper task.Rick Harris2012-01-031-0/+73
* re-raising exceptions fixlzyeval2011-12-311-15/+12
* 'except:' to 'except Exception:' as per HACKINGJoe Gordon2011-12-271-5/+5
* Merge "Allow accessIPv4 and accessIPv6 on rebuild action"Jenkins2011-12-221-10/+7
|\
| * Allow accessIPv4 and accessIPv6 on rebuild actionBrian Waldon2011-12-211-10/+7
* | Fix spelling typos in commentsJoe Gordon2011-12-211-2/+2
|/
* Cleaning up imports in compute and virtBrian Waldon2011-12-212-9/+8
* Generate instance faults when instance errorsAlex Meade2011-12-211-18/+65
* Consistently use REBUILDING vm_stateJohannes Erdfelt2011-12-202-4/+2
* Merge "Set min_ram and min_disk on snapshot"Jenkins2011-12-201-0/+30
|\
| * Set min_ram and min_disk on snapshotAlex Meade2011-12-201-0/+30
* | Merge "Properly passes arg to run_iscsiadm to fix logout"Jenkins2011-12-201-1/+1
|\ \ | |/ |/|
| * Properly passes arg to run_iscsiadm to fix logoutVishvananda Ishaya2011-12-161-1/+1
* | Add a console output action to serversJake Dahn2011-12-192-3/+19
|/
* Call get_instance_nw_info with elevated context, as documented in nova/networ...Anthony Young2011-12-161-1/+1
* Fix scheduler error handlerChris Behrens2011-12-151-1/+1
* Expose Asynchronous Fault entity in the OSAPIAlex Meade2011-12-151-0/+5
* Refactors handling of detach volumeVishvananda Ishaya2011-12-141-70/+72
* Refactor vm_state and task_state checkingJohannes Erdfelt2011-12-134-229/+81
* Merge "Renaming instance_actions.instance_id column to instance_uuid. bluepri...Jenkins2011-12-131-1/+1
|\
| * Renaming instance_actions.instance_id column to instance_uuid.Naveed Massjouni2011-12-131-1/+1
* | Merge "bug 899767: fix vif-plugging with live migration"Jenkins2011-12-131-0/+6
|\ \ | |/ |/|
| * bug 899767: fix vif-plugging with live migrationDan Wendlandt2011-12-121-0/+6
* | Vm state management and error statesDavid Subiros2011-12-125-58/+249
* | Fixing snapshot failure task_stateDavid Subiros2011-12-121-2/+4
|/
* Merge "Add preparation for asynchronous instance faults"Jenkins2011-12-121-1/+28
|\
| * Add preparation for asynchronous instance faultsAlex Meade2011-12-091-1/+28
* | _check_image_size returns are consistentAaron Lee2011-12-091-2/+2
|/
* Set instance['host'] to the original host value on revert resize.Dan Prince2011-12-071-0/+1
* Clean up snapshot metadataBrian Waldon2011-12-071-5/+9
* Merge "Refactors periodic tasks to use a decorator."Jenkins2011-12-071-74/+44
|\
| * Refactors periodic tasks to use a decorator.Rick Harris2011-12-071-74/+44
* | Merge "Update associate_floating_ip to use instance objs"Jenkins2011-12-071-10/+3
|\ \ | |/ |/|
| * Update associate_floating_ip to use instance objsAlex Meade2011-12-061-10/+3
* | vm_state:=error on driver exceptions during resizeMark Washenberger2011-12-061-9/+18
|/
* Update compute manager so that finish_revert_resize runs on the sourceDan Prince2011-12-061-1/+1
* Make admin_password keyword in compute manager run_instance method matchDan Prince2011-12-051-2/+2
* Merge "Implement resize down for XenAPI"Jenkins2011-12-052-3/+4
|\
| * Implement resize down for XenAPIJohannes Erdfelt2011-12-022-3/+4
* | Better exception handling during run_instanceMark Washenberger2011-12-021-2/+2
|/
* Merge "Convert get_lock in compute to use uuids"Jenkins2011-12-022-85/+58
|\
| * Convert get_lock in compute to use uuidsAlex Meade2011-12-012-85/+58
* | Replace more cases of instance ids with uuidsAlex Meade2011-12-011-10/+9
|/
* Make run_instance only support instance uuids.Mark Washenberger2011-12-011-160/+151
* Merge "Remove boot-from-volume unreachable code path (#894172)"Jenkins2011-12-011-11/+0
|\
| * Remove boot-from-volume unreachable code path (#894172)Mark McLoughlin2011-11-241-11/+0
* | Adds missing image_meta to rescue's spawn() calls.Josh Kearney2011-11-301-1/+2
* | split rxtx_factor into network and instance_typeAaron Lee2011-11-301-3/+2
* | Convert compute manager delete methods to objectsBrian Waldon2011-11-292-22/+17
* | Merge "Use uuids for file injection."Jenkins2011-11-292-7/+5
|\ \