summaryrefslogtreecommitdiff
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
* Merge "tests: Remove useless mocks"Zuul2021-06-161-64/+9
|\
| * tests: Remove useless mocksStephen Finucane2021-03-291-64/+9
* | Merge "tests: Merge flavor tests"Zuul2021-06-164-438/+385
|\ \ | |/
| * tests: Merge flavor testsStephen Finucane2021-03-294-438/+385
* | Merge "libvirt: Set driver_iommu when attaching virtio devices to SEV instance"Zuul2021-06-166-74/+215
|\ \
| * | libvirt: Set driver_iommu when attaching virtio devices to SEV instanceLee Yarwood2021-06-076-74/+215
* | | Merge "Remove references to 'inst_type'"Zuul2021-06-1511-200/+186
|\ \ \ | | |/ | |/|
| * | Remove references to 'inst_type'Stephen Finucane2021-03-2911-200/+186
* | | Merge "Move fake_notifier impl under NotificationFixture"Zuul2021-06-152-161/+171
|\ \ \
| * | | Move fake_notifier impl under NotificationFixtureBalazs Gibizer2021-06-102-161/+171
* | | | Merge "Test the NotificationFixture"Zuul2021-06-152-10/+9
|\ \ \ \ | |/ / /
| * | | Test the NotificationFixtureBalazs Gibizer2021-06-102-10/+9
* | | | Merge "Add debug log for device detach libvirt error"Zuul2021-06-141-0/+5
|\ \ \ \
| * | | | Add debug log for device detach libvirt errorBalazs Gibizer2021-06-121-0/+5
* | | | | Merge "Remove (almost) all references to 'instance_type'"Zuul2021-06-1347-651/+639
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Remove (almost) all references to 'instance_type'Stephen Finucane2021-03-2947-651/+639
* | | | | Merge "libvirt: Do not destroy volume secrets during _hard_reboot"Zuul2021-06-132-11/+124
|\ \ \ \ \
| * | | | | libvirt: Do not destroy volume secrets during _hard_rebootLee Yarwood2021-06-072-11/+124
* | | | | | Merge "virt: Add destroy_secrets kwarg to destroy and cleanup"Zuul2021-06-126-11/+23
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | |
| * | | | virt: Add destroy_secrets kwarg to destroy and cleanupLee Yarwood2021-06-026-11/+23
* | | | | Merge "Use NotificationFixture for legacy notifications too"Zuul2021-06-0914-224/+212
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Use NotificationFixture for legacy notifications tooBalazs Gibizer2021-05-2414-224/+212
* | | | | Merge "Create a fixture around fake_notifier"Zuul2021-06-0944-522/+505
|\ \ \ \ \ | |/ / / /
| * | | | Create a fixture around fake_notifierBalazs Gibizer2021-05-2444-522/+505
* | | | | Merge "Remove unnecessary mocks from unit test"Zuul2021-06-093-13/+0
|\ \ \ \ \
| * | | | | Remove unnecessary mocks from unit testBalazs Gibizer2021-06-043-13/+0
| | |/ / / | |/| | |
* | | | | Merge "Remove references to 'instance_type'"Zuul2021-06-084-246/+249
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | Remove references to 'instance_type'Stephen Finucane2021-03-264-246/+249
* | | | Merge "Fix RequestLevelParams persistence handling in RequestSpec"Zuul2021-06-042-3/+17
|\ \ \ \
| * | | | Fix RequestLevelParams persistence handling in RequestSpecBalazs Gibizer2021-05-282-3/+17
* | | | | Merge "Error anti-affinity violation on migrations"Zuul2021-06-022-24/+200
|\ \ \ \ \
| * | | | | Error anti-affinity violation on migrationsRodrigo Barbieri2021-06-012-24/+200
* | | | | | Merge "Honor [neutron]http_retries in the manual client"Zuul2021-06-022-0/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Honor [neutron]http_retries in the manual clientmelanie witt2021-05-282-0/+3
| | |/ / / | |/| | |
* | | | | Merge "Replace getargspec with getfullargspec"Zuul2021-06-016-18/+16
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Replace getargspec with getfullargspeclikui2021-05-126-18/+16
* | | | | Merge "Remove unused DeleteFromSelect db api method"Zuul2021-06-012-56/+1
|\ \ \ \ \
| * | | | | Remove unused DeleteFromSelect db api methodmelanie witt2021-04-022-56/+1
* | | | | | Merge "Add unit test for importing ed25519 ssh key"Zuul2021-06-011-0/+6
|\ \ \ \ \ \
| * | | | | | Add unit test for importing ed25519 ssh keymelanie witt2021-05-041-0/+6
| | |/ / / / | |/| | | |
* | | | | | hardware: Use image_meta.id within get_mem_encryption_constraintLee Yarwood2021-05-263-15/+7
| |_|/ / / |/| | | |
* | | | | Merge "image_meta: Provide image_ref as the id when fetching from instance"Zuul2021-05-2412-105/+149
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | image_meta: Provide image_ref as the id when fetching from instanceLee Yarwood2021-05-2012-105/+149
* | | | | tests: Rename 'ImageBackendFixture' to 'LibvirtImageBackendFixture'Stephen Finucane2021-05-246-29/+29
* | | | | tests: Add os-brick fixtureStephen Finucane2021-05-246-27/+28
* | | | | tests: Move libvirt-specific fixturesStephen Finucane2021-05-2430-111/+113
|/ / / /
* | | | Merge "Add regression test for bug #1928063"Zuul2021-05-201-0/+69
|\ \ \ \
| * | | | Add regression test for bug #1928063Lee Yarwood2021-05-141-0/+69
* | | | | Merge "tests: Split external service fixtures out"Zuul2021-05-208-1703/+1835
|\ \ \ \ \
| * | | | | tests: Split external service fixtures outStephen Finucane2021-05-138-1703/+1835