summaryrefslogtreecommitdiffstats
path: root/nova/compute
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge "Fix a race where a soft deleted instance might be removed by mistake"Jenkins2013-06-121-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix a race where a soft deleted instance might be removed by mistakeHans Lindgren2013-06-041-0/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge "Use InstanceList object for init_host"Jenkins2013-06-121-3/+3
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Use InstanceList object for init_hostDan Smith2013-06-071-3/+3
* | | | | | | Merge "Fix nova-compute fails to start if quantum is down"Jenkins2013-06-121-1/+17
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Fix nova-compute fails to start if quantum is downAaron Rosen2013-05-311-1/+17
| | |/ / / / | |/| | | |
* | | | | | Merge "Use Instance Objects for Start/Stop"Jenkins2013-06-123-29/+62
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Use Instance Objects for Start/StopDan Smith2013-06-073-29/+62
| | |/ / / | |/| | |
* | | | | Merge "Removing misleading error message"Jenkins2013-06-121-9/+4
|\ \ \ \ \
| * | | | | Removing misleading error messageDavid McNally2013-05-281-9/+4
* | | | | | 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-116-68/+67
|/ / / /
* | | | Create an image BDM for every instanceNikola Dipanov2013-06-102-0/+20
* | | | DB migration to the new BDM data formatNikola Dipanov2013-06-101-11/+19
* | | | Merge "Converts 'image' to json primitive on compute.rpcapi.prep_resize"Jenkins2013-06-101-1/+2
|\ \ \ \
| * | | | Converts 'image' to json primitive on compute.rpcapi.prep_resizeTiago Mello2013-06-051-1/+2
* | | | | 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
* | | | | | Merge "Export volume metadata to new instances."Jenkins2013-06-101-2/+30
|\ \ \ \ \ \
| * | | | | | Export volume metadata to new instances.Matthew Macdonald-Wallace2013-06-071-2/+30
| | |_|_|/ / | |/| | | |
* | | | | | Merge "Call virt.driver.destroy before deallocating network."Jenkins2013-06-081-11/+28
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Call virt.driver.destroy before deallocating network.Melanie Witt2013-06-071-11/+28
| |/ / / /
* | | | | Merge "Allocate networks in the background"Jenkins2013-06-071-18/+36
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Allocate networks in the backgroundChris Behrens2013-06-051-18/+36
| |/ / /
* | | | Merge "Deprecate compute_api_class option in the config"Jenkins2013-06-061-5/+49
|\ \ \ \ | |/ / / |/| | |
| * | | Deprecate compute_api_class option in the configSenhua Huang2013-05-261-5/+49
| | |/ | |/|
* | | 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