Comment 7 for bug 1464348

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/290532
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=a86f1d129d27f82ca514814164487d23ce728ad9
Submitter: Jenkins
Branch: master

commit a86f1d129d27f82ca514814164487d23ce728ad9
Author: Chris Dent <email address hidden>
Date: Wed Mar 9 14:16:23 2016 +0000

    Make force_ and ignore_hosts comparisons case insensitive

    Hostnames, since the dawn of time, are case insensitive so they
    should be compared thusly when preparing hosts to be filtered.

    Note that this change does not do anything with nodenames.

    Change-Id: I50e2e5cf749f0d39a05ccc373ae1d00824d927ea
    Co-Authored-By: Ming Yang <email address hidden>
    Closes-Bug: #1464348