This reverts commit 0dc0db932e3ad5ad911f2072015cb9854f6e4e23.
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.
Reviewed: https:/ /review. openstack. org/604898 /git.openstack. org/cgit/ openstack/ nova/commit/ ?id=c9448cbdbf9 6e7436b13ac5c3a 92addfc0f2f5a2
Committed: https:/
Submitter: Zuul
Branch: master
commit c9448cbdbf96e74 36b13ac5c3a92ad dfc0f2f5a2
Author: Dan Smith <email address hidden>
Date: Mon Sep 24 13:28:29 2018 -0700
Revert "Make host_aggregate_map dictionary case-insensitive"
This reverts commit 0dc0db932e3ad5a d911f2072015cb9 854f6e4e23.
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.
Change-Id: Ibd44ba9de56809 58f55f0ae6325cf c33dabadc4c
Closes-Bug: #1793747