Comment 2 for bug 1853321

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

Reviewed: https://review.opendev.org/693910
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=e028953d0b1507f0c048bddf0d5cedab69f4bfbe
Submitter: Zuul
Branch: master

commit e028953d0b1507f0c048bddf0d5cedab69f4bfbe
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.

    Change-Id: I56f3e5f96dc25f16aed585ca6678de53721071b7
    Closes-Bug: #1853321
    Signed-off-by: Luke Short <email address hidden>