summaryrefslogtreecommitdiffstats
path: root/nova/compute
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove trivial cases of unused variables (1)"Jenkins2013-06-181-1/+1
|\
| * Remove trivial cases of unused variables (1)Stanislaw Pitucha2013-06-131-1/+1
* | Merge "Add rpc client side version control."Jenkins2013-06-181-1/+18
|\ \
| * | Add rpc client side version control.Russell Bryant2013-06-141-1/+18
| |/
* | Merge "Allow confirm_resize if instance is in 'deleting' status"Jenkins2013-06-171-1/+2
|\ \
| * | Allow confirm_resize if instance is in 'deleting' statusAditi Raveesh2013-06-131-1/+2
| |/
* | Merge "Fix bad vm_state change in reboot_instance()"Jenkins2013-06-151-15/+33
|\ \
| * | Fix bad vm_state change in reboot_instance()Phil Day2013-06-141-15/+33
* | | 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
* | | Merge "Make sync_power_state routines use InstanceList"Jenkins2013-06-132-22/+11
|\ \ \
| * | | Make sync_power_state routines use InstanceListDan Smith2013-06-132-22/+11
| | |/ | |/|
* | | Merge "Sending volume IO usage broken"Jenkins2013-06-132-7/+10
|\ \ \ | |/ / |/| |
| * | Sending volume IO usage brokenMichael Kerrin2013-06-072-7/+10
* | | Merge "Fix and enable H403 tests"Jenkins2013-06-133-12/+22
|\ \ \
| * | | Fix and enable H403 testsDirk Mueller2013-06-123-12/+22
* | | | Merge "Remove unused methods from VirtAPI"Jenkins2013-06-131-8/+0
|\ \ \ \
| * | | | Remove unused methods from VirtAPIDan Smith2013-06-071-8/+0
* | | | | Merge "Remove usage of locals() from manager.py"Jenkins2013-06-131-91/+99
|\ \ \ \ \
| * | | | | Remove usage of locals() from manager.pyEugene Nikanorov2013-06-121-91/+99
| | |/ / / | |/| | |
* | | | | 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
|\ \ \