summaryrefslogtreecommitdiff
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
* Merge "libvirt: Make nwfilter driver use right filterref"Jenkins2014-06-152-9/+44
|\
| * libvirt: Make nwfilter driver use right filterrefRyota MIBU2014-06-052-9/+44
* | Merge "Remove deprecated config option names: Juno Edition"Jenkins2014-06-1517-224/+53
|\ \
| * | Remove deprecated config option names: Juno EditionJoe Gordon2014-04-1717-224/+53
* | | Merge "Deprecate instance_get_by_uuid() from conductor"Jenkins2014-06-156-25/+11
|\ \ \
| * | | Deprecate instance_get_by_uuid() from conductorDan Smith2014-06-036-25/+11
* | | | Merge "Make metadata password routines use Instance object"Jenkins2014-06-142-18/+13
|\ \ \ \ | |/ / /
| * | | Make metadata password routines use Instance objectDan Smith2014-06-032-18/+13
* | | | Merge "Fix object change detection"Jenkins2014-06-142-52/+70
|\ \ \ \
| * | | | Fix object change detectionDan Smith2014-06-142-52/+70
* | | | | Merge "Fix object leak in nova.tests.objects.test_fields.TestObject"Jenkins2014-06-141-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fix object leak in nova.tests.objects.test_fields.TestObjectCorey Wright2014-06-141-1/+2
* | | | | Merge "maint: correct docstring parameter description"Jenkins2014-06-141-1/+1
|\ \ \ \ \
| * | | | | maint: correct docstring parameter descriptionChangBo Guo(gcb)2014-06-061-1/+1
* | | | | | Merge "Fix live_migration method's docstring"Jenkins2014-06-143-8/+8
|\ \ \ \ \ \
| * | | | | | Fix live_migration method's docstringChangBo Guo(gcb)2014-06-103-8/+8
* | | | | | | Merge "Fix infinitely reschedule instance due to miss retry info"Jenkins2014-06-146-159/+205
|\ \ \ \ \ \ \
| * | | | | | | Fix infinitely reschedule instance due to miss retry infoHe Jie Xu2014-06-106-159/+205
* | | | | | | | Merge "Remove unused code from test_compute_cells"Jenkins2014-06-141-18/+0
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Remove unused code from test_compute_cellsNikola Dipanov2014-06-131-18/+0
* | | | | | | | Merge "Use no_timer_check with soft-qemu"Jenkins2014-06-142-0/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Use no_timer_check with soft-qemuAttila Fazekas2014-06-032-0/+8
* | | | | | | | | Merge "Check if volume is bootable when creating an instance"Jenkins2014-06-148-3/+72
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Check if volume is bootable when creating an instanceLeandro I. Costantino2014-05-318-3/+73
* | | | | | | | | | Merge "maint: Fixes wrong docstring of method get_memory_mb_used"Jenkins2014-06-141-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | maint: Fixes wrong docstring of method get_memory_mb_usedChangBo Guo(gcb)2014-06-131-1/+1
* | | | | | | | | | | Merge "Fix the wrong dest of 'vlan' option and add new 'vlan_start' option"Jenkins2014-06-132-5/+10
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Fix the wrong dest of 'vlan' option and add new 'vlan_start' optiongengjh2014-06-122-5/+10
* | | | | | | | | | | Merge "Fix H401,H402 violations and re-enable gating"Jenkins2014-06-134-7/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix H401,H402 violations and re-enable gatingJoe Gordon2014-06-104-7/+7
* | | | | | | | | | | | Merge "Enabled swap disk to be resized when resizing instance."Jenkins2014-06-132-0/+75
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Enabled swap disk to be resized when resizing instance.Thang Pham2014-06-112-0/+75
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge "xenapi: move find_vbd_by_number into volume utils"Jenkins2014-06-135-31/+75
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | xenapi: move find_vbd_by_number into volume utilsJohn Garbutt2014-06-115-31/+75
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge "Fixes typo error in Nova"Jenkins2014-06-131-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fixes typo error in Novasaradpatel2014-06-121-1/+1
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge "Block device API missing translations for exceptions"Jenkins2014-06-131-9/+9
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Block device API missing translations for exceptionsGary Kotton2014-06-121-9/+9
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge "Don't return from a finally block"Jenkins2014-06-123-11/+9
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Don't return from a finally blockJohannes Erdfelt2014-05-293-11/+9
* | | | | | | | | | | | | Merge "Remove unnecessary else block in compute manager set_admin_password"Jenkins2014-06-121-30/+30
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Remove unnecessary else block in compute manager set_admin_passwordMatt Riedemann2014-06-061-30/+30
* | | | | | | | | | | | | | Merge "Treat instance objects like objects in set_admin_password flow"Jenkins2014-06-123-15/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Treat instance objects like objects in set_admin_password flowMatt Riedemann2014-06-063-15/+19
* | | | | | | | | | | | | | Merge "Remove variability from object change detection unit test"Jenkins2014-06-121-54/+54
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Remove variability from object change detection unit testCorey Wright2014-06-101-54/+54
* | | | | | | | | | | | | | | Merge "Make SecurityGroupAPI use Object instead of instance_get_by_uuid()"Jenkins2014-06-122-5/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Make SecurityGroupAPI use Object instead of instance_get_by_uuid()Dan Smith2014-06-032-5/+26
| | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge "Don't translate debug level logs in nova.virt"Jenkins2014-06-1261-654/+644
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Don't translate debug level logs in nova.virtGary Kotton2014-06-0861-654/+644