Comment 1 for bug 1619394

Revision history for this message
Scott Moser (smoser) wrote : Re: OVF datasource broken

fwiw, i'm pretty sure it is invalid ovf to have newlines in the value of property.
minidom might be doing the right thing.

the fix for this in cloud-init is to allow you to pass in base64 encoded string in that user-data.

that path was broken in python3.

Julian put a branch to fix that at https://code.launchpad.net/~jvassev/cloud-init/+git/cloud-init/+ref/fix-b64decode-ovf .

I've put a branch up at https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/305496 with a unit test, and i'm going to pull that in now.