Comment 10 for bug 1853321

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

Reviewed: https://review.opendev.org/695750
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=5610fae46513f1875cd1acfb947e2b284ff10d3d
Submitter: Zuul
Branch: stable/queens

commit 5610fae46513f1875cd1acfb947e2b284ff10d3d
Author: Luke Short <email address hidden>
Date: Tue Nov 12 14:17:52 2019 -0500

    Escape invalid JSON characters during deployment.

    By first quoting the JSON query, it is possible to easily pass
    it to the json_query plugin. This allows elements with special
    characters, such as a hyphen -, to be resolvable.

    Conflicts:
        tripleo_common/templates/deployments.yaml

    Change-Id: I56f3e5f96dc25f16aed585ca6678de53721071b7
    Closes-Bug: #1853321
    Signed-off-by: Luke Short <email address hidden>
    (cherry picked from commit f81e0bf42663b448362495c403e074af96ff3e00)