summaryrefslogtreecommitdiffstats
path: root/nova/compute/api.py
Commit message (Expand)AuthorAgeFilesLines
* Remove broken config_drive image_href support.Chris Behrens2013-06-261-18/+15
* Refactor db.security_group_get() instance join behaviorDan Smith2013-06-221-3/+4
* Allow reboot or rebuild from vm_state=ErrorPhil Day2013-06-161-8/+23
* Merge "Fix quota checks while resizing up by admin"Jenkins2013-06-151-4/+9
|\
| * Fix quota checks while resizing up by adminAarti Kriplani2013-06-041-4/+9
* | Make sync_power_state routines use InstanceListDan Smith2013-06-131-8/+0
* | Fix and enable H403 testsDirk Mueller2013-06-121-6/+10
* | Merge "Use Instance Objects for Start/Stop"Jenkins2013-06-121-7/+13
|\ \
| * | Use Instance Objects for Start/StopDan Smith2013-06-071-7/+13
* | | Merge "Refactors get_instance_security_groups to only use instance_uuid"Jenkins2013-06-111-4/+5
|\ \ \
| * | | Refactors get_instance_security_groups to only use instance_uuidTiago Mello2013-06-101-4/+5
* | | | Rename functions in nova.compute.flavors from instance_typeJoe Gordon2013-06-111-15/+14
|/ / /
* | | Create an image BDM for every instanceNikola Dipanov2013-06-101-0/+10
* | | DB migration to the new BDM data formatNikola Dipanov2013-06-101-11/+19
* | | Merge "More KeypairAPI cleanups"Jenkins2013-06-101-28/+17
|\ \ \
| * | | More KeypairAPI cleanupsRick Harris2013-06-061-28/+17
* | | | Merge "Fix Keypair exception messages"Jenkins2013-06-101-9/+5
|\| | |
| * | | Fix Keypair exception messagesRick Harris2013-06-061-9/+5
| |/ /
* / / Export volume metadata to new instances.Matthew Macdonald-Wallace2013-06-071-2/+30
|/ /
* | Call scheduler for run_instance from conductorAndrew Laski2013-06-041-128/+122
* | Remove unused launch_time from instanceChris Behrens2013-05-311-3/+0
|/
* 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
| | |/ | |/|
* | | 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
| |/ / |/| |
* | | Remove ImageTooLarge exceptionRick Harris2013-05-221-1/+1
* | | Move ImageTooLarge check to Compute APIRick Harris2013-05-221-2/+13
* | | Share checks between create and rebuildRick Harris2013-05-221-31/+42
* | | 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
| | |/ | |/|
* / | Add ImageNotActive check for instance rebuildRick Harris2013-05-201-19/+10
|/ /
* | 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
* | | Use strict=True instead of `is_valid_boolstr`Rick Harris2013-05-171-11/+22
| |/ |/|
* | Merge "Refactor nova.volume.cinder.API to reduce roundtrips with Cinder"Jenkins2013-05-151-7/+6
|\ \
| * | Refactor nova.volume.cinder.API to reduce roundtrips with CinderOleg Bondarev2013-05-141-7/+6
* | | Merge "Use Oslo's `bool_from_string`"Jenkins2013-05-151-1/+2
|\ \ \
| * | | Use Oslo's `bool_from_string`Rick Harris2013-05-141-1/+2
| | |/ | |/|
* | | Merge "Raise InstanceInvalidState for double hard reboot"Jenkins2013-05-141-2/+4
|\ \ \ | |/ / |/| |
| * | Raise InstanceInvalidState for double hard rebootAndrew Laski2013-05-081-2/+4
* | | Rename nova.compute.instance_types to flavorsJoe Gordon2013-05-071-15/+15
|/ /
* | Remove security_group_handlerAaron Rosen2013-05-061-25/+1
* | Add force_nodes to filter propertiesDevananda van der Veen2013-05-021-5/+23