Comment 5 for bug 1324598

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

Reviewed: https://review.openstack.org/96711
Committed: https://git.openstack.org/cgit/openstack/tripleo-image-elements/commit/?id=bc5f5cec5fec1686d0e031ef60c97267b0fe9139
Submitter: Jenkins
Branch: master

commit bc5f5cec5fec1686d0e031ef60c97267b0fe9139
Author: Andrea Rosa <email address hidden>
Date: Fri May 30 11:12:48 2014 +0100

    Fix the nova.conf mustache template

    The nova.conf mustache template is not correct in the section that enables the
    passthrough settings.
    The template has two problems:
    - comments are not rendered
    - as all variables are HTML-escaped by default in a mustache template we want
      to use triple braces to return unescaped HTML.

    This matches https://review.openstack.org/#/c/91625/3
    Closes-bug: #1324598

    Change-Id: Ib5831d1fd26e0f5b2d023d7f892420b776892ca1