nova/nova/tests/unit/scheduler
Matt Riedemann bcd4584a7c Add Selection.availability_zone field
This adds an availability_zone field to the Selection object,
using the same type and nullable value as the same field in the
Instance object. This will be used to store the service_host
AZ to pass from the superconductor layer to the compute and cell
conductor layer to avoid an up-call to get the host AZ information
from the API DB during a reschedule.

Note that the field is nullable because a host may not be in an
AZ and CONF.default_availability_zone can technically be set to
None though it defaults to "nova".

Change-Id: Ia50c5f4dd2204f1cafa669097d1e744479c4d8c8
Related-Bug: #1781286
2019-10-02 13:39:24 -04:00
..
client Include both VCPU and PCPU in core quota count 2019-09-18 00:21:10 +01:00
filters objects: Add 'NUMACell.pcpuset' field 2019-09-18 00:21:10 +01:00
weights Per aggregate scheduling weight 2019-01-21 11:48:44 +08:00
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
fakes.py Add support for translating CPU policy extra specs, image meta 2019-09-18 00:21:10 +01:00
ironic_fakes.py Use uuidsentinel from oslo.utils 2018-09-05 09:08:54 -05:00
test_filter_scheduler.py Add Selection.availability_zone field 2019-10-02 13:39:24 -04:00
test_filters.py filters: Stop handling cells v1 2019-06-12 16:09:46 +01:00
test_host_filters.py Modify left filters for RequestSpec 2015-12-11 12:27:20 +01:00
test_host_manager.py Change HostManager to allow scheduling to other cells 2019-08-27 14:26:33 -04:00
test_request_filter.py Add a new request filter to isolate aggregates 2019-09-12 16:56:32 -05:00
test_rpcapi.py Use long_rpc_timeout in select_destinations RPC call 2018-11-20 09:03:53 -05:00
test_scheduler.py Add support for translating CPU policy extra specs, image meta 2019-09-18 00:21:10 +01:00
test_scheduler_utils.py hacking: Resolve W503 (line break occurred before a binary operator) 2019-06-24 14:24:06 -05:00
test_utils.py Add support for translating CPU policy extra specs, image meta 2019-09-18 00:21:10 +01:00