summaryrefslogtreecommitdiffstats
path: root/nova/compute
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\ \
| * | Pass a full instance to rotate_backups().Russell Bryant2012-08-011-9/+9
* | | Merge "Remove agent_update from the compute manager."Jenkins2012-08-021-18/+0
|\| |
| * | Remove agent_update from the compute manager.Russell Bryant2012-08-011-18/+0
* | | Audit log messages in nova/compute/manager.pyMichael Still2012-08-021-8/+11
|/ /
* | Send a full instance in terminate_instance.Russell Bryant2012-08-012-10/+16
* | Merge "Prevent instance_info_cache from being altered post instance"Jenkins2012-08-011-0/+1
|\ \
| * | Prevent instance_info_cache from being altered post instanceTrey Morris2012-07-311-0/+1
* | | Merge "Fix get_diagnostics RPC arg ordering."Jenkins2012-08-011-1/+1
|\ \ \
| * | | Fix get_diagnostics RPC arg ordering.Dan Prince2012-08-011-1/+1
| |/ /
* | | Merge "Setting root passwd no longer fails silently."Jenkins2012-08-013-10/+19
|\ \ \ | |/ / |/| |
| * | Setting root passwd no longer fails silently.Eoghan Glynn2012-08-013-10/+19
| |/
* | Send a full instance in change_instance_metadata.Russell Bryant2012-07-312-11/+16
* | Send a full instance in unrescue_instance.Russell Bryant2012-07-312-12/+17
|/
* Compute: Error out instance on rebuild and resize.Rick Harris2012-07-311-160/+144
* Merge "Instance cleanups from detach_volumes."Jenkins2012-07-311-8/+6
|\
| * Instance cleanups from detach_volumes.Michael Still2012-07-301-8/+6
* | Merge "Prefer instance in reboot_instance."Jenkins2012-07-311-7/+6
|\ \
| * | Prefer instance in reboot_instance.Michael Still2012-07-291-7/+6
| |/
* | Merge changes I3ec871de,I401beb93,Iddcc7cb0,Id581d23dJenkins2012-07-312-39/+60
|\ \
| * | Fix arg to get_instance_volume_block_device_info().Russell Bryant2012-07-301-1/+1
| * | Send a full instance in snapshot_instance.Russell Bryant2012-07-302-15/+22
| * | Send a full instance in set_admin_password.Russell Bryant2012-07-302-16/+22
| * | Send a full instance in rollback_live_migration_at_destination.Russell Bryant2012-07-302-10/+18
* | | Merge "Compute: VM-Mode should use instance dict."Jenkins2012-07-311-1/+1
|\ \ \ | |/ / |/| |
| * | Compute: VM-Mode should use instance dict.Rick Harris2012-07-301-1/+1