summaryrefslogtreecommitdiff
path: root/nova/conductor
Commit message (Expand)AuthorAgeFilesLines
* Move confirm resize under semaphoreStephen Finucane2020-09-111-1/+1
* Support live migration with vpmemLuyaoZhong2020-04-071-3/+19
* partial support for live migration with specific resourcesLuyaoZhong2020-04-071-16/+17
* Bump compute rpcapi version and reduce Cyborg calls.Sundar Nadathur2020-03-311-5/+9
* Delete ARQs for an instance when the instance is deleted.Sundar Nadathur2020-03-241-0/+1
* Create and bind Cyborg ARQs.Sundar Nadathur2020-03-211-0/+55
* Merge "Support unshelve with qos ports"Zuul2020-03-201-3/+12
|\
| * Support unshelve with qos portsBalazs Gibizer2020-03-181-3/+12
* | bug-fix: Reject live migration with vpmemLuyaoZhong2020-03-171-0/+17
|/
* Remove 'nova.image.api' moduleStephen Finucane2020-02-183-7/+7
* Remove extra instance.save() calls related to qos SRIOV portsBalazs Gibizer2020-02-031-10/+4
* nova-net: Remove layer of indirection in 'nova.network'Stephen Finucane2020-01-153-7/+7
* Merge "Create instance action when burying in cell0"Zuul2020-01-061-0/+27
|\
| * Create instance action when burying in cell0Matt Riedemann2019-12-121-0/+27
* | Merge "Use graceful_exit=True in ComputeTaskManager.revert_snapshot_based_res...Zuul2020-01-062-4/+13
|\ \
| * | Use graceful_exit=True in ComputeTaskManager.revert_snapshot_based_resizeMatt Riedemann2019-12-232-4/+13
* | | Merge "Fix accumulated non-docs nits for cross-cell-resize series"Zuul2020-01-041-8/+15
|\ \ \ | |/ /
| * | Fix accumulated non-docs nits for cross-cell-resize seriesMatt Riedemann2019-12-231-8/+15
* | | Merge "Simplify FinishResizeAtDestTask event handling"Zuul2019-12-251-51/+8
|\ \ \ | |/ /
| * | Simplify FinishResizeAtDestTask event handlingMatt Riedemann2019-12-231-51/+8
* | | Merge "Func test for qos live migration reschedule"Zuul2019-12-231-0/+10
|\ \ \
| * | | Func test for qos live migration rescheduleBalazs Gibizer2019-12-191-0/+10
* | | | Merge "Support live migration with qos ports"Zuul2019-12-231-16/+55
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Support live migration with qos portsBalazs Gibizer2019-12-191-16/+55
* | | Merge "Refresh target cell instance after finish_snapshot_based_resize_at_dest"Zuul2019-12-201-0/+3
|\ \ \
| * | | Refresh target cell instance after finish_snapshot_based_resize_at_destMatt Riedemann2019-12-121-0/+3
* | | | Merge "Add functional cross-cell revert test with detached volume"Zuul2019-12-201-3/+0
|\ \ \ \ | |/ / /
| * | | Add functional cross-cell revert test with detached volumeMatt Riedemann2019-12-121-3/+0
* | | | Merge "Remove now invalid cells v1 comments from conductor code"Zuul2019-12-191-14/+12
|\ \ \ \
| * | | | Remove now invalid cells v1 comments from conductor codeMatt Riedemann2019-12-061-14/+12
* | | | | Merge "Remove dead code from MigrationTask._execute"Zuul2019-12-181-2/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Remove dead code from MigrationTask._executeMatt Riedemann2019-12-061-2/+0
| |/ / /
* | | | Add revert_snapshot_based_resize conductor RPC methodMatt Riedemann2019-12-123-1/+34
* | | | Flesh out RevertResizeTask.rollbackMatt Riedemann2019-12-121-11/+38
| |/ / |/| |
* | | Add RevertResizeTaskMatt Riedemann2019-12-121-3/+361
* | | Add confirm_snapshot_based_resize conductor RPC methodMatt Riedemann2019-12-123-1/+35
* | | Follow up to I5b9d41ef34385689d8da9b3962a1eac759eddf6aMatt Riedemann2019-12-121-1/+3
| |/ |/|
* | Merge "Add ConfirmResizeTask"Zuul2019-12-121-0/+213
|\ \
| * | Add ConfirmResizeTaskMatt Riedemann2019-12-091-0/+213
| |/
* | Use provider mappings from Placement (mostly)Eric Fried2019-12-062-10/+5
|/
* Merge "Sanity check instance mapping during scheduling"Zuul2019-11-281-17/+62
|\
| * Sanity check instance mapping during schedulingMatt Riedemann2019-09-231-17/+62
* | Handle target host cross-cell cold migration in conductorMatt Riedemann2019-11-201-3/+13
* | Merge "Remove TODO from ComputeTaskManager._live_migrate"Zuul2019-11-151-1/+0
|\ \
| * | Remove TODO from ComputeTaskManager._live_migrateMatt Riedemann2019-11-111-1/+0
* | | Merge "Restrict RequestSpec to cell when evacuating"Zuul2019-11-141-14/+30
|\ \ \
| * | | Restrict RequestSpec to cell when evacuatingMatt Riedemann2019-08-201-14/+30
* | | | Merge "cond: rename 'recreate' var to 'evacuate'"Zuul2019-11-131-4/+20
|\ \ \ \
| * | | | cond: rename 'recreate' var to 'evacuate'Eric Fried2019-11-041-4/+20
* | | | | Merge "Remove TODOs around claim_resources_on_destination"Zuul2019-11-132-8/+0
|\ \ \ \ \