Comment 20 for bug 1453074

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (stable/juno)

Reviewed: https://review.openstack.org/189821
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=dab92e7d2f576caea8f81c8e22a516fb45633794
Submitter: Jenkins
Branch: stable/juno

commit dab92e7d2f576caea8f81c8e22a516fb45633794
Author: lin-hua-cheng <email address hidden>
Date: Mon Jun 1 17:55:00 2015 -0700

    Escape the description param from heat template

    The heat template allows user to define custom parameters,
    the fields are then converted to input fields. The description
    param maps to the help_text attribute of the field.

    Since the value comes from the user, the value must be escaped
    before rendering.

    Co-Authored-By: Lin Hua Cheng <email address hidden>
    Change-Id: I79d540a8363b2507c4bccdc0cc38e283962919d2
    Closes-bug: #1453074