summaryrefslogtreecommitdiffstats
path: root/nova/compute
Commit message (Expand)AuthorAgeFilesLines
* Merge "Improve Python 3.x compatibility"Jenkins2013-06-051-3/+3
|\
| * Improve Python 3.x compatibilityDirk Mueller2013-06-011-3/+3
* | Call scheduler for run_instance from conductorAndrew Laski2013-06-042-130/+136
* | Remove unused launch_time from instanceChris Behrens2013-05-311-3/+0
|/
* Merge "Set resized instance back to original vm_state"Jenkins2013-05-311-10/+63
|\
| * Set resized instance back to original vm_stateMatt Riedemann2013-05-301-10/+63
* | Merge "Remove tempest hack for create/rebuild checks"Jenkins2013-05-301-9/+1
|\ \
| * | Remove tempest hack for create/rebuild checksRick Harris2013-05-231-9/+1
* | | compute.api call conductor ComputeTaskManager for live-migrateJohn Garbutt2013-05-301-2/+15
| |/ |/|
* | Merge "No relevant message when stop a stopped VM"Jenkins2013-05-301-1/+1
|\ \
| * | No relevant message when stop a stopped VMYangLei2013-05-281-1/+1
* | | Merge "Fix config drive code logical error."Jenkins2013-05-291-7/+3
|\ \ \
| * | | Fix config drive code logical error.Yaguang Tang2013-05-271-7/+3
* | | | Merge "Fix volume IO usage notifications been sent too often."Jenkins2013-05-291-15/+0
|\ \ \ \
| * | | | Fix volume IO usage notifications been sent too often.Michael Kerrin2013-05-291-15/+0
* | | | | Using unicode() to handle image's propertiesZhi Yan Liu2013-05-221-2/+2
|/ / / /
* | | | Merge "Add update method of security group name and description"Jenkins2013-05-291-0/+15
|\ \ \ \
| * | | | Add update method of security group name and descriptionZhenguo Niu2013-05-291-0/+15
* | | | | xenapi: make the xenapi agent optional per imageJohn Garbutt2013-05-271-6/+8
| |/ / / |/| | |
* | | | Merge "Reset task_state when resetting vm_state to ACTIVE"Jenkins2013-05-241-1/+2
|\ \ \ \
| * | | | Reset task_state when resetting vm_state to ACTIVEChris Behrens2013-05-221-1/+2
* | | | | Merge "Make a few places tolerant of sys_meta being a dict"Jenkins2013-05-231-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Make a few places tolerant of sys_meta being a dictDan Smith2013-05-221-1/+1
| |/ / /
* | | | Remove ImageTooLarge exceptionRick Harris2013-05-221-1/+1
* | | | Move ImageTooLarge check to Compute APIRick Harris2013-05-222-57/+20
* | | | Share checks between create and rebuildRick Harris2013-05-221-31/+42
|/ / /
* | | Merge "Adds live migration support to cells API"Jenkins2013-05-221-0/+10
|\ \ \
| * | | Adds live migration support to cells APISam Morrison2013-05-221-0/+10
* | | | Merge "Fix resize when instance has no image"Jenkins2013-05-221-1/+5
|\ \ \ \
| * | | | Fix resize when instance has no imageNikola Dipanov2013-05-201-1/+5
| | |_|/ | |/| |
* | | | Merge "Add ImageNotActive check for instance rebuild"Jenkins2013-05-211-19/+10
|\ \ \ \
| * | | | Add ImageNotActive check for instance rebuildRick Harris2013-05-201-19/+10
| |/ / /
* / / / Add notification for live migrationJay Lau2013-05-211-0/+23
|/ / /
* | | Merge "The vm_state should not be modified until the task is complete."Jenkins2013-05-201-7/+1
|\ \ \ | |/ / |/| |
| * | The vm_state should not be modified until the task is complete.mkislinska2013-05-171-7/+1
* | | Merge "Optimize instance queries in compute manager"Jenkins2013-05-191-49/+44
|\ \ \
| * | | Optimize instance queries in compute managerHans Lindgren2013-05-081-49/+44
* | | | Use strict=True instead of `is_valid_boolstr`Rick Harris2013-05-172-15/+27
| |_|/ |/| |
* | | Cast `size` to int before comparisonRick Harris2013-05-161-7/+4
* | | Merge "Refactor nova.volume.cinder.API to reduce roundtrips with Cinder"Jenkins2013-05-152-37/+27
|\ \ \
| * | | Refactor nova.volume.cinder.API to reduce roundtrips with CinderOleg Bondarev2013-05-142-37/+27
* | | | xenapi: ensure vdi is not too big when resizing downJohn Garbutt2013-05-151-0/+7
* | | | Merge "Use Oslo's `bool_from_string`"Jenkins2013-05-152-2/+4
|\ \ \ \
| * | | | Use Oslo's `bool_from_string`Rick Harris2013-05-142-2/+4
| | |_|/ | |/| |
* | | | Merge "Cleanups for create-flavor"Jenkins2013-05-141-21/+16
|\ \ \ \
| * | | | Cleanups for create-flavorRick Harris2013-05-141-21/+16
| |/ / /
* | | | Merge "Hide lock_prefix argument using synchronized_with_prefix()"Jenkins2013-05-142-12/+11
|\ \ \ \
| * | | | Hide lock_prefix argument using synchronized_with_prefix()Zhongyue Luo2013-05-142-12/+11
| |/ / /
* | | | Merge "Raise InstanceInvalidState for double hard reboot"Jenkins2013-05-141-2/+4
|\ \ \ \
| * | | | Raise InstanceInvalidState for double hard rebootAndrew Laski2013-05-081-2/+4