cloud-init-dev team mailing list archive
-
cloud-init-dev team
-
Mailing list archive
-
Message #00483
[Merge] lp:~harlowja/cloud-init/changeable-templates into lp:cloud-init
The proposal to merge lp:~harlowja/cloud-init/changeable-templates into lp:cloud-init has been updated.
Description changed to:
Allow the usage of jinja templates
Jinja is a python 2.4->3.x compatible
templating engine, allow its optional
usage (until we can depreciate cheetah)
by allowing for specifying a template
file header that can define which template
engine to use.
For now support cheetah (the default) and
if specified support jinja as well. If neither
are available use a crappy renderer that can
expand basic bash-like variables (and that's
all it can do).
For more details, see:
https://code.launchpad.net/~harlowja/cloud-init/changeable-templates/+merge/208994
--
https://code.launchpad.net/~harlowja/cloud-init/changeable-templates/+merge/208994
Your team cloud init development team is requested to review the proposed merge of lp:~harlowja/cloud-init/changeable-templates into lp:cloud-init.
References