summaryrefslogtreecommitdiff
path: root/nova/objects/instance_mapping.py
Commit message (Expand)AuthorAgeFilesLines
* Raise InstanceMappingNotFound if StaleDataError is encounteredmelanie witt2021-02-231-2/+11
* hacking: Resolve W503 (line break occurred before a binary operator)Stephen Finucane2019-06-241-2/+2
* Follow up for counting quota usage from placementmelanie witt2019-05-311-4/+0
* Use instance mappings to count server group membersmelanie witt2019-05-311-0/+25
* Add get_counts() to InstanceMappingListmelanie witt2019-04-101-1/+42
* Add online data migration for populating user_idmelanie witt2019-03-081-0/+71
* Add user_id field to InstanceMappingmelanie witt2019-03-081-1/+24
* Optimize populate_queued_for_delete online data migrationMatt Riedemann2019-02-271-1/+3
* Modify InstanceMappingList.get_not_deleted_by_cell_and_project()Surya Seetharaman2019-02-081-4/+13
* Fix InstanceMapping to always default queued_for_delete=FalseDan Smith2019-02-061-0/+5
* Modify get_by_cell_and_project() to get_not_deleted_by_cell_and_project()Surya Seetharaman2018-10-311-9/+25
* Add get_by_cell_and_project() method to InstanceMappingListSurya2018-09-201-0/+16
* Online data migration for queued_for_delete flagDan Smith2018-07-231-0/+43
* Add queued_for_delete field to InstanceMapping objectSurya Seetharaman2018-07-231-1/+12
* cleanup mapping/reqspec after archive instanceSurya Seetharaman2017-11-211-0/+11
* Add get_by_instance_uuids() to InstanceMappingListDan Smith2017-04-061-1/+16
* Add InstanceMappingList.get_by_cell_idMatt Riedemann2017-01-161-1/+15
* Instance mapping save, properly load cell mappingMark Doffman2016-05-091-0/+5
* Merge "Update get_by_project_id on InstanceMappingList"Jenkins2016-04-211-3/+1
|\
| * Update get_by_project_id on InstanceMappingListAndrew Laski2016-04-151-3/+1
* | Remove DictCompat from mapping objectsRyan Rossiter2016-04-041-4/+1
|/
* Include CellMapping in InstanceMapping objectAndrew Laski2016-03-241-8/+37
* Make InstanceMappings.cell_id nullableAndrew Laski2016-03-021-1/+1
* enginefacade: 'instance_mapping'Sergey Nikitin2015-11-061-35/+24
* Remove obj_relationships from objectsDan Smith2015-10-301-3/+0
* Merge "Move to using ovo's remotable decorators"Jenkins2015-08-041-1/+5
|\
| * Move to using ovo's remotable decoratorsDan Smith2015-07-281-1/+5
* | Change List objects to use obj_relationshipsRyan Rossiter2015-07-311-2/+2
|/
* Begin the transition to an explicit object registryDan Smith2015-06-081-0/+2
* Add InstanceMapping objectAndrew Laski2015-03-181-0/+136