Comment 19 for bug 1453074

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

Reviewed: https://review.openstack.org/189822
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=84da479739fbfff75d9492d00fd0ed1a31ea52b3
Submitter: Jenkins
Branch: stable/kilo

commit 84da479739fbfff75d9492d00fd0ed1a31ea52b3
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