← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~ajorgens/cloud-init:fix-gratuitous-templating into cloud-init:master

 

The proposal to merge ~ajorgens/cloud-init:fix-gratuitous-templating into cloud-init:master has been updated.

Commit Message changed to:

main: Don't use templater to format the welcome message

Some versions of Cheetah returned everything as unicode by default (not utf-8
or ascii) and some varieties of syslog would choke on unicode. Jinja2 is
probably fine, but Python's format() is perfectly adequate for a short message
like the welcome message.

For more details, see:
https://code.launchpad.net/~ajorgens/cloud-init/+git/cloud-init/+merge/325511
-- 
Your team cloud-init commiters is requested to review the proposed merge of ~ajorgens/cloud-init:fix-gratuitous-templating into cloud-init:master.


References