Comment 7 for bug 1853321

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

Reviewed: https://review.opendev.org/695746
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=7cebd8b3e1100890ff6d6ec82922cac608055e7d
Submitter: Zuul
Branch: stable/train

commit 7cebd8b3e1100890ff6d6ec82922cac608055e7d
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>
    (cherry picked from commit e028953d0b1507f0c048bddf0d5cedab69f4bfbe)