nova/nova/tests/functional/compute
Dan Smith 913a99c794 Make get_instance_objects_sorted() be smart about cells
This makes the get_instance_objects_sorted() method only query for instances
in cells that the tenant actually has instances landed in. We do this by getting
a list of cell mappings that have instance mappings owned by our project and
limiting the scatter/gather operation to just those cells. Per the behavior
in db/sqlalchemy/api, we always list all cells for admins.

Change-Id: I442621e2b4acd63d2cfc8a66ab5b32b64ebcaea0
2018-05-09 12:52:56 -07:00
..
__init__.py virt: implement get_inventory() for Ironic 2017-03-15 21:49:25 +00:00
test_host_api.py Support paging over compute nodes with a uuid marker 2017-06-22 12:47:37 -04:00
test_instance_list.py Make get_instance_objects_sorted() be smart about cells 2018-05-09 12:52:56 -07:00
test_migration_list.py Add cross cell sort support for get_migrations 2018-01-09 15:34:03 -05:00
test_resource_tracker.py Move test_report_client out of placement namespace 2018-04-06 22:56:03 +01:00