Comment 23 for bug 1453074

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

Reviewed: https://review.openstack.org/189820
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=28d8f49786d6df297b2574514916fa782e941e09
Submitter: Jenkins
Branch: master

commit 28d8f49786d6df297b2574514916fa782e941e09
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