summaryrefslogtreecommitdiffstats
path: root/nova/compute
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Merge "Fix format error in claims."Jenkins2013-05-141-10/+15
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix format error in claims.Michael Still2013-05-081-10/+15
| |/ / /
* | | | Merge "Enable live block migration when using iSCSI volumes"Jenkins2013-05-091-3/+10
|\ \ \ \
| * | | | Enable live block migration when using iSCSI volumesBob Ball2013-05-071-3/+10
* | | | | Rename nova.compute.instance_types to flavorsJoe Gordon2013-05-076-37/+37
| |/ / / |/| | |
* | | | Merge "Nova evacuate failed when VM is in SHUTOFF status"Jenkins2013-05-071-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Nova evacuate failed when VM is in SHUTOFF statusYang Yu2013-05-071-1/+1
* | | | Remove security_group_handlerAaron Rosen2013-05-061-25/+1
|/ / /
* | | Update hypervisor_hostname after live migrationBen Nemec2013-05-031-4/+12
* | | Add force_nodes to filter propertiesDevananda van der Veen2013-05-021-5/+23
* | | Merge "Prevent rescuing a VM with a partially mounted volume."Jenkins2013-05-021-0/+6
|\ \ \
| * | | Prevent rescuing a VM with a partially mounted volume.Joe Gordon2013-05-011-0/+6
* | | | Merge "Checks if volume can be attached"Jenkins2013-05-021-1/+6
|\ \ \ \
| * | | | Checks if volume can be attachedLoganathan Parthipan2013-05-021-1/+6
| |/ / /
* | | | Merge "Rename _check_image_size to _get_and_check_image_metadata"Jenkins2013-05-021-4/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Rename _check_image_size to _get_and_check_image_metadataJoshua Harlow2013-04-301-4/+5
* | | | Update to using oslo periodic tasks implementation.Michael Still2013-05-011-16/+18
* | | | Add the availability_zone to the volume.usage notificationsMichael Kerrin2013-04-301-0/+1
* | | | Merge "set bdm['volume_id'] to None rather than delete it"Jenkins2013-04-261-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | set bdm['volume_id'] to None rather than delete itDongdong Zhou2013-04-261-1/+1
| |/ /
* | | Merge "Send a instance create error notification"Jenkins2013-04-262-6/+17
|\ \ \
| * | | Send a instance create error notificationBrian Elliott2013-04-262-6/+17
* | | | Merge "Refactor _run_instance() to unify control flow"Jenkins2013-04-261-88/+117
|\| | | | |/ / |/| |