← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1768600] Re: UTF-8 support in User Data (text/x-shellscript) is broken

 

This bug is believed to be fixed in cloud-init in version 18.3. If this
is still a problem for you, please make a comment and set the state back
to New

Thank you.

** Changed in: cloud-init
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1768600

Title:
  UTF-8 support in User Data (text/x-shellscript) is broken

Status in cloud-init:
  Fix Released

Bug description:
  Hi there,

  (1),
  Q. Tell us your cloud provider
  A. AWS

  (2),
  Q. Any appropriate cloud-init configuration you can provide us
  A. Default,

          $ cat /var/run/cloud-init/cloud.cfg
          di_report:
            datasource_list: [ Ec2, None ]

  (3),
  Q. Perform the following on the system and attach it to this bug:
  A. Output of `cloud-init collect-logs` (filename: cloud-init.tar.gz) in attach.

  (4),
  Example of User Data used (can be reproduced with any UTF-8 character),

          #!/bin/bash
          # Basic comment with UTF-8 character - Ä
          echo "Repro"
          exit 0

  (5),
  Version of python3 installed (only python3 is installed (i.e. no python2 packages installed)),

          $ python3 -V
          Python 3.5.2

  (6),
  Version of cloud-init installed,

          $ cloud-init --version
          /usr/bin/cloud-init 17.2

  Could you please have a look?

  Thanks a lot in advance,
  Alexey

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1768600/+subscriptions


References