index
:
nova.git
shared-key-msg
OpenStack's nova patches.
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nova
/
compute
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds running_deleted_instance_reaper task.
Rick Harris
2012-01-03
1
-0
/
+73
*
re-raising exceptions fix
lzyeval
2011-12-31
1
-15
/
+12
*
'except:' to 'except Exception:' as per HACKING
Joe Gordon
2011-12-27
1
-5
/
+5
*
Merge "Allow accessIPv4 and accessIPv6 on rebuild action"
Jenkins
2011-12-22
1
-10
/
+7
|
\
|
*
Allow accessIPv4 and accessIPv6 on rebuild action
Brian Waldon
2011-12-21
1
-10
/
+7
*
|
Fix spelling typos in comments
Joe Gordon
2011-12-21
1
-2
/
+2
|
/
*
Cleaning up imports in compute and virt
Brian Waldon
2011-12-21
2
-9
/
+8
*
Generate instance faults when instance errors
Alex Meade
2011-12-21
1
-18
/
+65
*
Consistently use REBUILDING vm_state
Johannes Erdfelt
2011-12-20
2
-4
/
+2
*
Merge "Set min_ram and min_disk on snapshot"
Jenkins
2011-12-20
1
-0
/
+30
|
\
|
*
Set min_ram and min_disk on snapshot
Alex Meade
2011-12-20
1
-0
/
+30
*
|
Merge "Properly passes arg to run_iscsiadm to fix logout"
Jenkins
2011-12-20
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Properly passes arg to run_iscsiadm to fix logout
Vishvananda Ishaya
2011-12-16
1
-1
/
+1
*
|
Add a console output action to servers
Jake Dahn
2011-12-19
2
-3
/
+19
|
/
*
Call get_instance_nw_info with elevated context, as documented in nova/networ...
Anthony Young
2011-12-16
1
-1
/
+1
*
Fix scheduler error handler
Chris Behrens
2011-12-15
1
-1
/
+1
*
Expose Asynchronous Fault entity in the OSAPI
Alex Meade
2011-12-15
1
-0
/
+5
*
Refactors handling of detach volume
Vishvananda Ishaya
2011-12-14
1
-70
/
+72
*
Refactor vm_state and task_state checking
Johannes Erdfelt
2011-12-13
4
-229
/
+81
*
Merge "Renaming instance_actions.instance_id column to instance_uuid. bluepri...
Jenkins
2011-12-13
1
-1
/
+1
|
\
|
*
Renaming instance_actions.instance_id column to instance_uuid.
Naveed Massjouni
2011-12-13
1
-1
/
+1
*
|
Merge "bug 899767: fix vif-plugging with live migration"
Jenkins
2011-12-13
1
-0
/
+6
|
\
\
|
|
/
|
/
|
|
*
bug 899767: fix vif-plugging with live migration
Dan Wendlandt
2011-12-12
1
-0
/
+6
*
|
Vm state management and error states
David Subiros
2011-12-12
5
-58
/
+249
*
|
Fixing snapshot failure task_state
David Subiros
2011-12-12
1
-2
/
+4
|
/
*
Merge "Add preparation for asynchronous instance faults"
Jenkins
2011-12-12
1
-1
/
+28
|
\
|
*
Add preparation for asynchronous instance faults
Alex Meade
2011-12-09
1
-1
/
+28
*
|
_check_image_size returns are consistent
Aaron Lee
2011-12-09
1
-2
/
+2
|
/
*
Set instance['host'] to the original host value on revert resize.
Dan Prince
2011-12-07
1
-0
/
+1
*
Clean up snapshot metadata
Brian Waldon
2011-12-07
1
-5
/
+9
*
Merge "Refactors periodic tasks to use a decorator."
Jenkins
2011-12-07
1
-74
/
+44
|
\
|
*
Refactors periodic tasks to use a decorator.
Rick Harris
2011-12-07
1
-74
/
+44
*
|
Merge "Update associate_floating_ip to use instance objs"
Jenkins
2011-12-07
1
-10
/
+3
|
\
\
|
|
/
|
/
|
|
*
Update associate_floating_ip to use instance objs
Alex Meade
2011-12-06
1
-10
/
+3
*
|
vm_state:=error on driver exceptions during resize
Mark Washenberger
2011-12-06
1
-9
/
+18
|
/
*
Update compute manager so that finish_revert_resize runs on the source
Dan Prince
2011-12-06
1
-1
/
+1
*
Make admin_password keyword in compute manager run_instance method match
Dan Prince
2011-12-05
1
-2
/
+2
*
Merge "Implement resize down for XenAPI"
Jenkins
2011-12-05
2
-3
/
+4
|
\
|
*
Implement resize down for XenAPI
Johannes Erdfelt
2011-12-02
2
-3
/
+4
*
|
Better exception handling during run_instance
Mark Washenberger
2011-12-02
1
-2
/
+2
|
/
*
Merge "Convert get_lock in compute to use uuids"
Jenkins
2011-12-02
2
-85
/
+58
|
\
|
*
Convert get_lock in compute to use uuids
Alex Meade
2011-12-01
2
-85
/
+58
*
|
Replace more cases of instance ids with uuids
Alex Meade
2011-12-01
1
-10
/
+9
|
/
*
Make run_instance only support instance uuids.
Mark Washenberger
2011-12-01
1
-160
/
+151
*
Merge "Remove boot-from-volume unreachable code path (#894172)"
Jenkins
2011-12-01
1
-11
/
+0
|
\
|
*
Remove boot-from-volume unreachable code path (#894172)
Mark McLoughlin
2011-11-24
1
-11
/
+0
*
|
Adds missing image_meta to rescue's spawn() calls.
Josh Kearney
2011-11-30
1
-1
/
+2
*
|
split rxtx_factor into network and instance_type
Aaron Lee
2011-11-30
1
-3
/
+2
*
|
Convert compute manager delete methods to objects
Brian Waldon
2011-11-29
2
-22
/
+17
*
|
Merge "Use uuids for file injection."
Jenkins
2011-11-29
2
-7
/
+5
|
\
\
[next]