summaryrefslogtreecommitdiff
path: root/nova/tests/unit/compute/test_compute_mgr.py
Commit message (Expand)AuthorAgeFilesLines
* [compute] always set instance.host in post_livemigrationSean Mooney2022-11-071-0/+21
* Error anti-affinity violation on migrationsRodrigo Barbieri2021-06-091-8/+106
* Merge "Disallow CONF.compute.max_disk_devices_to_attach = 0" into stable/vict...Zuul2021-02-171-0/+5
|\
| * Disallow CONF.compute.max_disk_devices_to_attach = 0melanie witt2021-01-291-0/+5
* | Merge "only wait for plugtime events in pre-live-migration" into stable/victoriaZuul2021-02-141-5/+27
|\ \ | |/ |/|
| * only wait for plugtime events in pre-live-migrationSean Mooney2021-02-031-5/+27
* | Merge "compute: Don't detach volumes when RescheduledException raised without...Zuul2021-01-271-6/+2
|\ \ | |/ |/|
| * compute: Don't detach volumes when RescheduledException raised without retryLee Yarwood2020-12-071-6/+2
* | Set instance host and drop migration under lockBalazs Gibizer2020-11-181-10/+11
|/
* Merge "Fix invalid assert_has_calls"Zuul2020-09-141-4/+4
|\
| * Fix invalid assert_has_callszhufl2020-09-101-4/+4
* | Merge "xenapi: Remove Xen-only code paths"Zuul2020-09-131-14/+0
|\ \
| * | xenapi: Remove Xen-only code pathsStephen Finucane2020-09-111-14/+0
* | | Merge "Move revert resize under semaphore"Zuul2020-09-111-17/+9
|\ \ \ | |/ / |/| |
| * | Move revert resize under semaphoreStephen Finucane2020-09-031-17/+9
* | | Merge "Track error migrations in resource tracker"Zuul2020-09-111-2/+7
|\ \ \
| * | | Track error migrations in resource trackerLuyaoZhong2020-09-101-2/+7
* | | | Merge "Support SRIOV interface attach and detach"Zuul2020-09-101-5/+7
|\ \ \ \
| * | | | Support SRIOV interface attach and detachBalazs Gibizer2020-09-101-5/+7
* | | | | Merge "Move confirm resize under semaphore"Zuul2020-09-101-20/+8
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Move confirm resize under semaphoreStephen Finucane2020-09-031-20/+8
| | |/ | |/|
* | | Merge "Set migrate_data.vifs only when using multiple port bindings"Zuul2020-09-101-3/+32
|\ \ \ | |_|/ |/| |
| * | Set migrate_data.vifs only when using multiple port bindingsroot2020-09-071-3/+32
* | | Merge "Remove unused vpn param from allocate_for_instance"Zuul2020-09-081-9/+3
|\ \ \ | |_|/ |/| |
| * | Remove unused vpn param from allocate_for_instanceBalazs Gibizer2020-09-011-9/+3
* | | Merge "Don't unset Instance.old_flavor, new_flavor until necessary"Zuul2020-09-021-3/+8
|\ \ \
| * | | Don't unset Instance.old_flavor, new_flavor until necessaryStephen Finucane2020-09-011-3/+8
| |/ /
* | | Merge "Cyborg evacuate support"Zuul2020-09-021-19/+23
|\ \ \ | |/ / |/| |
| * | Cyborg evacuate supportSean Mooney2020-09-011-19/+23
| |/
* | Add a lock to prevent race during detach/attach of interfaceAlexandre Arents2020-08-281-3/+7
|/
* compute: Don't delete the original attachment during pre LM rollbackLee Yarwood2020-08-031-0/+13
* Merge "manager: Prevent compute startup on invalid vTPM config"Zuul2020-07-241-1/+68
|\
| * manager: Prevent compute startup on invalid vTPM configStephen Finucane2020-07-161-1/+68
* | Merge "Validate CPU pinning configuration for mixed instance"Zuul2020-07-211-4/+34
|\ \
| * | Validate CPU pinning configuration for mixed instanceWang Huaqiang2020-07-151-4/+34
* | | Merge "Remove unused function parameters"Zuul2020-07-211-55/+46
|\ \ \
| * | | Remove unused function parametersStephen Finucane2020-06-101-55/+46
* | | | Merge "Remove unnecessary retrieval of Migration object"Zuul2020-07-211-4/+1
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Remove unnecessary retrieval of Migration objectStephen Finucane2020-06-101-4/+1
* | | Merge "virt: Add 'context', drop 'network_info' parameters for 'unrescue'"Zuul2020-07-151-1/+1
|\ \ \
| * | | virt: Add 'context', drop 'network_info' parameters for 'unrescue'Stephen Finucane2020-07-081-1/+1
* | | | Merge "objects: Introduce 'pcpuset' field for InstanceNUMACell"Zuul2020-07-151-0/+4
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | objects: Introduce 'pcpuset' field for InstanceNUMACellWang Huaqiang2020-07-141-0/+4
| |/
* | Limit the number of concurrent snapshotsAlexandre Arents2020-06-301-0/+34
* | Merge "Remove hooks"Zuul2020-06-211-45/+100
|\ \ | |/ |/|
| * Remove hooksStephen Finucane2020-05-271-45/+100
* | Use 'Exception.__traceback__' for versioned notificationsStephen Finucane2020-06-081-4/+4
* | Bump hacking min version to 3.1.0zhangbailin2020-05-191-0/+1
|/
* Merge "Update scheduler instance info at confirm resize"Zuul2020-05-161-2/+6
|\
| * Update scheduler instance info at confirm resizeBalazs Gibizer2020-03-251-2/+6