summaryrefslogtreecommitdiff
path: root/nova/compute/multi_cell_list.py
Commit message (Expand)AuthorAgeFilesLines
* Add autopep8 to tox and pre-commitSean Mooney2021-11-081-0/+2
* Remove six.add_metaclassTakashi Natsume2020-08-151-4/+1
* Bump to hacking 1.1.0Stephen Finucane2019-04-121-5/+5
* Plumbing for ignoring list_records_by_skipping_down_cellsSurya Seetharaman2019-02-081-4/+24
* Add python 3.7 unit and functional tox jobsChris Dent2018-12-131-2/+2
* Refactor scatter-gather utility to return exception objectsSurya Seetharaman2018-10-311-9/+7
* Making instance/migration listing skipping down cells configurableSurya Seetharaman2018-09-201-0/+8
* Optimize global marker re-lookup in multi_cell_listDan Smith2018-08-271-8/+10
* Record cell success/failure/timeout in CrossCellListerDan Smith2018-08-271-0/+33
* Batch results per cell when doing cross-cell listingDan Smith2018-08-241-32/+134
* Clarify which context is used by do_query()Dan Smith2018-08-221-5/+5
* Make RecordWrapper record RequestContext and expose cell_uuidDan Smith2018-08-221-2/+3
* Make CELL_TIMEOUT a constantDan Smith2018-08-221-1/+2
* Make nova list and migration-list ignore down cellsSurya Seetharaman2018-06-251-4/+16
* Address feedback from instance_list smart-cell behaviorDan Smith2018-05-101-4/+5
* Make get_instance_objects_sorted() be smart about cellsDan Smith2018-05-091-2/+7
* Some nit fix in multi_cell_listYikun Jiang2017-12-131-3/+4
* Split instance_list into instance and multi_cellDan Smith2017-12-041-0/+264