summaryrefslogtreecommitdiff
path: root/nova/objects/host_mapping.py
Commit message (Expand)AuthorAgeFilesLines
* db: Replace use of strings in join, defer operationsStephen Finucane2022-04-081-7/+12
* db: Post reshuffle cleanupStephen Finucane2021-08-091-7/+7
* db: Move remaining 'nova.db.sqlalchemy' modulesStephen Finucane2021-08-091-1/+1
* db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'Stephen Finucane2021-08-091-1/+1
* db: Use module-level imports for sqlalchemy (for real)Stephen Finucane2021-07-051-5/+5
* Warn for duplicate host mappings during discover_hostsmelanie witt2019-06-131-2/+10
* Add --by-service to discover_hostsDan Smith2018-03-161-10/+42
* Add support for listing hosts in cellv2Hongbin Lu2017-12-071-6/+14
* Move to proper target_cell calling conventionDan Smith2017-05-231-3/+4
* Make discover_hosts only query for unmapped ComputeNode recordsDan Smith2017-05-151-17/+29
* Allow scheduler to run cell host discovery periodicallyDan Smith2017-02-011-0/+54
* Create HostMappingList objectMatt Riedemann2017-01-161-0/+22
* Fix host mapping savingAndrey Volkov2016-07-151-13/+15
* Remove DictCompat from mapping objectsRyan Rossiter2016-04-041-4/+1
* Add backrefs to api db modelsAndrew Laski2016-03-181-6/+8
* enginefacade: 'host_mapping'Pavel Kholkin2015-11-131-32/+25
* Remove obj_relationships from objectsDan Smith2015-10-301-4/+0
* Move to using ovo's remotable decoratorsDan Smith2015-07-281-1/+5
* objects: Don't import CellMapping from the objects moduleNikola Dipanov2015-07-161-5/+6
* Add HostMapping objectDheeraj Gupta2015-07-101-0/+148