Comment 2 for bug 1377323

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

Reviewed: https://review.openstack.org/137747
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=e11ecb4f431eec1c9d0cc248743c28a253b6b541
Submitter: Jenkins
Branch: master

commit e11ecb4f431eec1c9d0cc248743c28a253b6b541
Author: tengqm <email address hidden>
Date: Fri Nov 28 16:47:46 2014 +0800

    Fix documentation on Fn::Base64 function

    The documentation says that the 'Fn::Base64' function converts an
    input string into Base64, while the implementation is actually a
    pass-through. This patch fixes the documentation to avoid confusions
    caused to users.

    Change-Id: I643e73f7ed258da06d09f17a3302a258e3303414
    Closes-Bug: 1377323