Comment 9 for bug 1853321

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

Reviewed: https://review.opendev.org/695749
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=f81e0bf42663b448362495c403e074af96ff3e00
Submitter: Zuul
Branch: stable/rocky

commit f81e0bf42663b448362495c403e074af96ff3e00
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 c2a83c1cd5e8cc9cb04432e9bc8f37793c02f0c7)