nova/nova/tests/unit/scheduler
Dan Smith 96f1071166 Honor availability_zone hint via placement
This adds a request filter that, if enabled, allows us to use placement
to select hosts in the desired availability zone by looking up the uuid
of the associated host aggregate and using that in our query for
allocation candidates. The deployer needs the same sort of mirrored
aggregate setup as the tenant filter, and documentation is added here to
make that clear.

Related to blueprint placement-req-filter

Change-Id: I7eb6de435e10793f5445724d847a8f1bf25ec6e3
2018-05-22 08:56:50 -07:00
..
client Make scheduler client allow multiple member_of query parameters 2018-05-14 07:57:27 -07:00
filters Remove ExactCoreFilter ExactDiskFilter ExactRamFilter 2018-05-01 10:33:23 -04:00
weights Add CPUWeigher 2018-04-18 15:20:30 +01:00
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
fakes.py Don't filter out sibling sets with one core 2018-01-30 10:09:59 +00:00
ironic_fakes.py Set IronicNodeState.uuid in _update_from_compute_node 2017-07-25 17:52:47 -04:00
test_caching_scheduler.py Modify select_destinations() to return objects and alts 2017-12-07 15:01:13 +00:00
test_chance_scheduler.py Modify select_destinations() to return objects and alts 2017-12-07 15:01:13 +00:00
test_client.py [placement] Add sending global request ID in delete (3) 2018-01-22 02:23:12 +00:00
test_filter_scheduler.py [placement] Add sending global request ID in delete (2) 2018-01-11 00:34:20 +00:00
test_filters.py Fix invalid uuid warnings 2016-05-10 09:04:37 +00:00
test_host_filters.py Modify left filters for RequestSpec 2015-12-11 12:27:20 +01:00
test_host_manager.py Make host_manager use scatter-gather and ignore down cells 2018-04-27 12:14:27 -07:00
test_request_filter.py Honor availability_zone hint via placement 2018-05-22 08:56:50 -07:00
test_rpcapi.py remove unnecessary conf imports 2018-03-09 14:30:10 -05:00
test_scheduler.py Remove [scheduler]/host_manager config option 2018-05-03 09:39:26 -04:00
test_scheduler_utils.py Fix invalid UUIDs in remaining tests 2018-01-30 17:15:03 +00:00
test_utils.py update scheduler to use image-traits 2018-05-10 13:58:42 -07:00