summaryrefslogtreecommitdiffstats
path: root/nova/compute
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Prevent metadata updates until instance is active.Brian Elliott2013-01-191-0/+6
* | | | | | | Merge "More consistent libvirt XML handling and cleanup"Jenkins2013-01-221-1/+4
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | More consistent libvirt XML handling and cleanupRafi Khardalian2013-01-191-1/+4
| |/ / / / /
* | | | | / Refactor compute_utils to avoid db lookupDan Smith2013-01-212-3/+4
| |_|_|_|/ |/| | | |
* | | | | Merge "Fix wrong quota reservation when deleting resizing instance"Jenkins2013-01-191-5/+43
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix wrong quota reservation when deleting resizing instanceWangpan2013-01-181-5/+43
* | | | | Merge "Makes sure compute doesn't crash on failed resume."Jenkins2013-01-181-0/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Makes sure compute doesn't crash on failed resume.Vishvananda Ishaya2013-01-161-0/+5
* | | | | Merge "Add host to instance_faults table."Jenkins2013-01-182-6/+7
|\ \ \ \ \
| * | | | | Add host to instance_faults table.Rick Harris2013-01-172-6/+7
* | | | | | Merge "enforce server_id can only be uuid or int"Jenkins2013-01-171-1/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | enforce server_id can only be uuid or intSean Dague2013-01-161-1/+3
* | | | | | Merge "Move compute node operations to conductor"Jenkins2013-01-171-6/+6
|\ \ \ \ \ \
| * | | | | | Move compute node operations to conductorDan Smith2013-01-161-6/+6
* | | | | | | Merge "Better instance fault message when rescheduling."Jenkins2013-01-171-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Better instance fault message when rescheduling.Rick Harris2013-01-171-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge "Expose a get_spice_console RPC API method"Jenkins2013-01-174-1/+77
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Expose a get_spice_console RPC API methodDaniel P. Berrange2013-01-164-1/+77
| | |_|_|_|/ | |/| | | |
* | | | | | Make resource tracker use conductor for listing instancesDan Smith2013-01-161-2/+2
* | | | | | Make resource tracker use conductor for listing compute nodesDan Smith2013-01-161-1/+2
* | | | | | Merge "Move migration_get_..._by_host_and_node to conductor"Jenkins2013-01-161-1/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Move migration_get_..._by_host_and_node to conductorDan Smith2013-01-151-1/+2
* | | | | | Merge "Cells: Add some cells support to admin_actions extension"Jenkins2013-01-152-8/+50
|\ \ \ \ \ \
| * | | | | | Cells: Add some cells support to admin_actions extensionMatthew Sherborne2013-01-152-8/+50
| | |/ / / / | |/| | | |
* | | | | | Merge "Make resource tracker use conductor for migration updates"Jenkins2013-01-151-2/+1
|\ \ \ \ \ \ | | |/ / / / | |/| / / / | |_|/ / / |/| | | |
| * | | | Make resource tracker use conductor for migration updatesDan Smith2013-01-151-2/+1
| |/ / /
* | | | Merge "Cells: Commit resize quota reservations immediately"Jenkins2013-01-152-13/+50
|\ \ \ \
| * | | | Cells: Commit resize quota reservations immediatelyChris Behrens2013-01-132-13/+50
| | |_|/ | |/| |
* | | | Merge "More HostAPI() cleanup for cells."Jenkins2013-01-151-110/+47
|\ \ \ \
| * | | | More HostAPI() cleanup for cells.Chris Behrens2013-01-151-110/+47
* | | | | Merge "Move network call from compute API to the manager"Jenkins2013-01-153-14/+6
|\ \ \ \ \
| * | | | | Move network call from compute API to the managerChris Behrens2013-01-123-14/+6
* | | | | | Merge "Make sure reboot_instance uses updated instance"Jenkins2013-01-151-7/+7
|\| | | | | | |_|_|/ / |/| | | |
| * | | | Make sure reboot_instance uses updated instanceChris Behrens2013-01-121-7/+7
| | |_|/ | |/| |
* | | | Merge "Define a hypervisor driver method for getting MAC addresses."Jenkins2013-01-151-4/+5
|\ \ \ \
| * | | | Define a hypervisor driver method for getting MAC addresses.Robert Collins2013-01-151-4/+5
| | |/ / | |/| |
* | | | Merge "Cells: Reduce the create_image call depth for cells"Jenkins2013-01-152-16/+40
|\ \ \ \
| * | | | Cells: Reduce the create_image call depth for cellsiccha.sethi2013-01-132-16/+40
* | | | | Merge "Clean up compute API image_create"Jenkins2013-01-152-34/+21
|\| | | | | |/ / / |/| | |
| * | | Clean up compute API image_createChris Behrens2013-01-132-34/+21
| | |/ | |/|
* | | Merge "Fix uses of service_get_all_compute_by_host"Jenkins2013-01-143-19/+12
|\ \ \
| * | | Fix uses of service_get_all_compute_by_hostChris Behrens2013-01-143-19/+12
| |/ /
* | | Merge "VMware Compute Driver Rename"Jenkins2013-01-141-1/+1
|\ \ \
| * | | VMware Compute Driver RenameSean Chen2013-01-141-1/+1
| | |/ | |/|
* | | Merge "Extract validation and provision code to separate method"Jenkins2013-01-141-29/+56
|\ \ \
| * | | Extract validation and provision code to separate methodGary Kotton2013-01-141-29/+56
| | |/ | |/|
* | | Merge "instances_path is now defined here."Jenkins2013-01-141-4/+0
|\ \ \ | |/ / |/| |
| * | instances_path is now defined here.Michael Still2013-01-131-4/+0
* | | Merge "Fix use of stale instance data in compute manager"Jenkins2013-01-131-109/+89
|\ \ \
| * | | Fix use of stale instance data in compute managerChris Behrens2013-01-121-109/+89
| | |/ | |/|