nova/nova/tests/unit/scheduler
Matt Riedemann 329780eb92 Revert "Make host_aggregate_map dictionary case-insensitive"
This reverts commit 2caf8f65e4.

The original change caused our host state processing to be inconsistent
with our own hypervisors API. Automation tooling that used our API
to add hosts to aggregates would fail silently. We are reverting
this and will propose a check on the aggregate host add action
which will confirm the case-sensitive mapping of the host being
added, which is what we should have done in the first place.

NOTE(mriedem): Since this is a revert of a backport to queens,
we don't cherry pick the revert from rocky, but this is using
the same change ID as the revert in rocky.

Change-Id: Ibd44ba9de5680958f55f0ae6325cfc33dabadc4c
Closes-Bug: #1793747
2018-09-25 19:10:48 -04:00
..
client Disable limits if force_hosts or force_nodes is set 2018-07-29 00:58:30 +08:00
filters Added ability to configure default architecture for ImagePropertiesFilter 2018-05-15 12:28:43 +00:00
weights Change consecutive build failure limit to a weigher 2018-06-07 07:17:51 -07:00
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
fakes.py placement: using the dict format for the allocation in claim_resources 2018-01-24 23:31:18 +08:00
ironic_fakes.py Set IronicNodeState.uuid in _update_from_compute_node 2017-07-25 17:52:47 -04:00
test_caching_scheduler.py Change consecutive build failure limit to a weigher 2018-06-07 07:17:51 -07: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 Fix interpretation of max_attempts for scheduling alternates 2018-06-07 07:17:33 -07: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 Revert "Make host_aggregate_map dictionary case-insensitive" 2018-09-25 19:10:48 -04:00
test_ironic_host_manager.py Stop globally caching host states in scheduler HostManager 2018-01-15 19:54:15 +00:00
test_rpcapi.py Modify select_destinations() to return objects and alts 2017-12-07 15:01:13 +00:00
test_scheduler.py Skip placement on rebuild in same host 2018-04-12 19:16:31 +00:00
test_scheduler_utils.py Make scheduler.utils.setup_instance_group query all cells 2018-09-05 16:36:22 +00:00
test_utils.py Disable limits if force_hosts or force_nodes is set 2018-07-29 00:58:30 +08:00