Comment 8 for bug 1833441

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/queens)

Reviewed: https://review.opendev.org/667626
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=daa050438a0a379bac52e8e66055dd9bed59cd21
Submitter: Zuul
Branch: stable/queens

commit daa050438a0a379bac52e8e66055dd9bed59cd21
Author: Alex Schultz <email address hidden>
Date: Wed Jun 19 09:52:06 2019 -0600

    Make comparisons case insensitive

    If the values for the conditional checks are "true" rather than "True",
    they would be skipped. Let's force the variable contents to lowercase to
    remove the possibility of skipping the check when the value is "true"

    Change-Id: I9f288ee2771c0a954beee085b6df650419978422
    Closes-Bug: #1833441
    (cherry picked from commit 7ac8cf9c281f97b320192ca088c72a1bdf8de9f3)