summaryrefslogtreecommitdiffstats
path: root/nova/compute
Commit message (Expand)AuthorAgeFilesLines
* Fix rpc error with live_migrationRenuka Apte2012-08-131-1/+1
* Merge "Don't stuff non-db data into instance dict"Jenkins2012-08-131-9/+11
|\
| * Don't stuff non-db data into instance dictJohannes Erdfelt2012-08-131-9/+11
* | Merge "Improve bw_usage_update() performance"Jenkins2012-08-131-2/+5
|\ \
| * | Improve bw_usage_update() performanceChris Behrens2012-08-131-2/+5
| |/
* / Avoid {} and [] as default argumentsYun Mao2012-08-131-2/+7
|/
* Merge "Move results filtering to db."Jenkins2012-08-131-1/+0
|\
| * Move results filtering to db.Alex Meade2012-08-071-1/+0
* | Merge "Compute restart causes period of network 'blackout'"Jenkins2012-08-121-31/+43
|\ \
| * | Compute restart causes period of network 'blackout'David McNally2012-08-101-31/+43
* | | Make sure reservations is initializedKevin L. Mitchell2012-08-101-4/+3
* | | Merge "Making security group refresh more specific"Jenkins2012-08-103-19/+29
|\ \ \
| * | | Making security group refresh more specificDavid McNally2012-08-103-19/+29
| |/ /
* / / maint: compare singletons with 'is' not '=='Pádraig Brady2012-08-101-1/+1
|/ /
* | Avoid double-reduction of quota for repeated delete.Eoghan Glynn2012-08-091-12/+27
* | Merge "Fix stale instances being sent over rpc."Jenkins2012-08-091-38/+22
|\ \
| * | Fix stale instances being sent over rpc.Russell Bryant2012-08-091-38/+22
* | | Send updated instance model to schedule_prep_resizeChris Behrens2012-08-091-5/+2
* | | Fix setting admin_pass in rescue commandJohannes Erdfelt2012-08-091-2/+1
|/ /
* | scheduler prep_resize should not update instance['host']Chris Behrens2012-08-081-1/+0
* | Merge "Fix a bug on remove_volume_connection in compute/manager.py"Jenkins2012-08-081-2/+2
|\ \
| * | Fix a bug on remove_volume_connection in compute/manager.pyShane Wang2012-08-091-2/+2
* | | Fix a bug on db.instance_get_by_uuid in compute/manager.pyShane Wang2012-08-091-1/+1
|/ /
* / Remove temporary hack from checks_instance_lock.Russell Bryant2012-08-071-42/+17
|/
* Remove temporary hack from wrap_instance_fault.Russell Bryant2012-08-071-36/+10
* Fix up some instance_uuid usage.Russell Bryant2012-08-071-15/+19
* Rename private methods of compute manager.Russell Bryant2012-08-061-12/+12
* Send full instance to compute live_migration.Russell Bryant2012-08-062-13/+23
* Add underscore in front of post_live_migration.Russell Bryant2012-08-061-3/+3
* Send full instance to scheduler live_migration.Russell Bryant2012-08-061-6/+2
* Send full instance to run_instance.Russell Bryant2012-08-062-11/+30
* Use explicit arguments in compute manager run_instance.Russell Bryant2012-08-061-15/+19
* Remove topic from scheduler run_instance.Russell Bryant2012-08-062-2/+2
* Reduce db access in prep_resize in the compute manager.Russell Bryant2012-08-062-19/+37
* Remove list_instances_detail from compute drivers.Dan Prince2012-08-061-3/+1
* Merge "Handle NetworkNotFound in _shutdown_instance."Jenkins2012-08-051-1/+5
|\
| * Handle NetworkNotFound in _shutdown_instance.Michael Still2012-08-051-1/+5
* | Merge "Remove **kwargs from prep_resize in compute manager."Jenkins2012-08-051-2/+1
|\ \
| * | Remove **kwargs from prep_resize in compute manager.Russell Bryant2012-08-031-2/+1
* | | Merge "Updates to the prep_resize scheduler rpc call."Jenkins2012-08-051-3/+2
|\| | | |/ |/|
| * Updates to the prep_resize scheduler rpc call.Russell Bryant2012-08-031-3/+2
* | Merge "Audit log messages in nova/compute/api.py"Jenkins2012-08-041-9/+12
|\ \ | |/ |/|
| * Audit log messages in nova/compute/api.pyMichael Still2012-08-041-9/+12
* | Remove unused variablesYun Mao2012-08-032-6/+1
|/
* Merge "Check instance lock in compute/api"Jenkins2012-08-022-10/+57
|\
| * Check instance lock in compute/apiDan Smith2012-08-022-10/+57
* | Remove unused importsJoe Gordon2012-08-022-3/+0
|/
* Merge "Clarify TooManyInstances exception message."Jenkins2012-08-021-6/+10
|\
| * Clarify TooManyInstances exception message.Eoghan Glynn2012-08-011-6/+10
* | Merge "Pass a full instance to rotate_backups()."Jenkins2012-08-021-9/+9
|\ \