Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix invalid MIME formatting in multipart cloudinit userdata #13752

Merged
merged 2 commits into from
Apr 21, 2017

Commits on Apr 18, 2017

  1. Fix invalid MIME formatting in multipart cloudinit userdata

    Per https://tools.ietf.org/html/rfc822#appendix-B.2, MIME headers and Body need to be separated by two new lines (or CRLFs in this case). 
    
    The email parser in python can handle this which is what cloud-init uses but this bug causes problems if you try to parse the multipart message by languages other than python.
    devinlundberg authored Apr 18, 2017
    Configuration menu
    Copy the full SHA
    741364d View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2017

  1. Fix test cases

    devinlundberg authored Apr 20, 2017
    Configuration menu
    Copy the full SHA
    1c326d4 View commit details
    Browse the repository at this point in the history