summaryrefslogtreecommitdiff
path: root/nova/tests/unit/compute/test_instance_list.py
Commit message (Expand)AuthorAgeFilesLines
* db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'Stephen Finucane2021-08-091-2/+2
* Remove six.text_type (2/2)Takashi Natsume2020-12-131-2/+1
* Plumbing for ignoring list_records_by_skipping_down_cellsSurya Seetharaman2019-02-081-4/+41
* Refactor scatter-gather utility to return exception objectsSurya Seetharaman2018-10-311-2/+2
* Minimal construct plumbing for nova list when a cell is downSurya Seetharaman2018-10-311-16/+16
* Making instance/migration listing skipping down cells configurableSurya Seetharaman2018-09-201-0/+28
* Use uuidsentinel from oslo.utilsEric Fried2018-09-051-1/+2
* Make instance_list perform per-cell batchingDan Smith2018-08-271-4/+128
* List instances from all cells explicitlyDan Smith2018-08-241-6/+18
* Batch results per cell when doing cross-cell listingDan Smith2018-08-241-4/+6
* Make RecordWrapper record RequestContext and expose cell_uuidDan Smith2018-08-221-2/+3
* Use nova.db.api directlyChris Dent2018-07-101-1/+1
* Make nova list and migration-list ignore down cellsSurya Seetharaman2018-06-251-0/+25
* Address feedback from instance_list smart-cell behaviorDan Smith2018-05-101-2/+2
* Make get_instance_objects_sorted() be smart about cellsDan Smith2018-05-091-0/+60
* Some nit fix in multi_cell_listYikun Jiang2017-12-131-0/+79
* Split instance_list into instance and multi_cellDan Smith2017-12-041-161/+0
* Genericify the instance_list stuffDan Smith2017-12-041-26/+37
* Add base implementation for efficient cross-cell instance listingDan Smith2017-09-211-0/+150