summaryrefslogtreecommitdiff
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
* Clear rebalanced compute nodes from resource trackerStephen Finucane2021-08-125-18/+66
* Add functional regression test for bug 1853009Mark Goddard2021-08-121-0/+190
* db: Register database config options ourselvesStephen Finucane2021-08-091-90/+27
* Merge "db: Drop support for experimental concurrency"Zuul2021-08-081-4/+4
|\
| * db: Drop support for experimental concurrencyStephen Finucane2021-07-051-4/+4
* | Merge "db: Remove constant aliases from 'nova.db.api'"Zuul2021-08-087-41/+37
|\ \ | |/
| * db: Remove constant aliases from 'nova.db.api'Stephen Finucane2021-07-057-41/+37
* | Merge "db: Move 'sqlalchemy.types' up a directory"Zuul2021-08-084-3/+3
|\ \ | |/
| * db: Move 'sqlalchemy.types' up a directoryStephen Finucane2021-07-054-3/+3
* | Merge "I2f9ad3df25306e070c8c3538bfed1212d6d8682f fup: add log"Zuul2021-08-071-1/+2
|\ \
| * | I2f9ad3df25306e070c8c3538bfed1212d6d8682f fup: add logArtom Lifshitz2021-07-301-1/+2
* | | Merge "Allow deletion of compute service with no compute nodes"Zuul2021-08-072-9/+20
|\ \ \ | |/ /
| * | Allow deletion of compute service with no compute nodesArtom Lifshitz2021-07-282-9/+20
* | | Merge "Bump oslo.db to 10.0.0"Zuul2021-08-071-10/+0
|\ \ \
| * | | Bump oslo.db to 10.0.0Balazs Gibizer2021-07-211-10/+0
* | | | Merge "libvirt: Handle silent failures to extend volume within os-brick"Zuul2021-08-063-32/+108
|\ \ \ \
| * | | | libvirt: Handle silent failures to extend volume within os-brickLee Yarwood2021-08-043-32/+108
* | | | | Merge "db: Move main DB migrations"Zuul2021-08-0628-6/+11
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | db: Move main DB migrationsStephen Finucane2021-07-0528-6/+11
* | | | | Merge "Add regression test for bug 1938326"Zuul2021-08-062-0/+164
|\ \ \ \ \
| * | | | | Add regression test for bug 1938326Lee Yarwood2021-08-052-0/+164
* | | | | | Merge "fup: Move _wait_for_volume_attach into InstanceHelperMixin"Zuul2021-08-064-118/+26
|\ \ \ \ \ \
| * | | | | | fup: Move _wait_for_volume_attach into InstanceHelperMixinLee Yarwood2021-08-044-118/+26
* | | | | | | Merge "func: Increase rpc_response_timeout in TestMultiCellMigrate tests"Zuul2021-08-061-1/+1
|\ \ \ \ \ \ \
| * | | | | | | func: Increase rpc_response_timeout in TestMultiCellMigrate testsLee Yarwood2021-08-061-1/+1
* | | | | | | | Merge "compute: Avoid duplicate BDMs during reserve_block_device_name"Zuul2021-08-063-6/+41
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / /
| * | | | | | compute: Avoid duplicate BDMs during reserve_block_device_nameFelix Huettner2021-08-043-6/+41
| |/ / / / /
* | | | | | Merge "trivial: Cleanup a comment about a now removed libvirt version check"Zuul2021-08-051-6/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | trivial: Cleanup a comment about a now removed libvirt version checkLee Yarwood2021-07-281-6/+4
* | | | | | Add functional test for bug 1937375Lee Yarwood2021-08-041-0/+95
| |_|/ / / |/| | | |
* | | | | Restore original time override in test_archive_task_logsmelanie witt2021-07-311-32/+41
* | | | | Merge "db: Move db.sqalchemy.migration to db.migration"Zuul2021-07-306-177/+135
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | db: Move db.sqalchemy.migration to db.migrationStephen Finucane2021-07-056-177/+135
* | | | | Merge "db: Use module-level imports for sqlalchemy (for real)"Zuul2021-07-3015-1101/+1131
|\ \ \ \ \ | |/ / / /
| * | | | db: Use module-level imports for sqlalchemy (for real)Stephen Finucane2021-07-0515-1101/+1131
* | | | | Merge "Fix request path to query a resource provider by uuid"Zuul2021-07-301-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix request path to query a resource provider by uuidTakashi Kajinami2021-07-151-1/+1
| |/ / /
* | | | Reproducer unit test for bug 1860312Artom Lifshitz2021-07-281-0/+19
| |/ / |/| |
* | | Merge "trivial: Remove FakeScheduler (for realz)"Zuul2021-07-271-9/+0
|\ \ \
| * | | trivial: Remove FakeScheduler (for realz)Stephen Finucane2021-06-291-9/+0
* | | | Merge "scheduler: Remove 'hosts_up'"Zuul2021-07-272-26/+0
|\ \ \ \ | |/ / /
| * | | scheduler: Remove 'hosts_up'Stephen Finucane2021-06-292-26/+0
* | | | Merge "scheduler: 'USES_ALLOCATION_CANDIDATES' removal cleanup"Zuul2021-07-274-47/+92
|\ \ \ \ | |/ / /
| * | | scheduler: 'USES_ALLOCATION_CANDIDATES' removal cleanupStephen Finucane2021-06-294-47/+92
* | | | Merge "scheduler: Remove 'USES_ALLOCATION_CANDIDATES'"Zuul2021-07-278-184/+42
|\ \ \ \ | |/ / /
| * | | scheduler: Remove 'USES_ALLOCATION_CANDIDATES'Stephen Finucane2021-06-298-184/+42
* | | | Merge "libvirt: Always delegate OVS plug to os-vif"Zuul2021-07-262-1/+3
|\ \ \ \
| * | | | libvirt: Always delegate OVS plug to os-vifStephen Finucane2021-06-222-1/+3
* | | | | Merge "use cinder v3"Zuul2021-07-261-1/+1
|\ \ \ \ \
| * | | | | use cinder v3Sean Mooney2021-07-261-1/+1