← Back to team overview

cloud-init-dev team mailing list archive

Re: [Merge] ~chad.smith/cloud-init:unify-datasource-get-data into cloud-init:master

 

Gave this a try on OpenStack, the instance json was interesting:

"random_seed": "Warning: redacted unserializable type <class 'bytes'>",

That probably should be serializble ... I wonder why not?  I guess it needs base64 encoding to write as strings?

Other interesting values:

 "user-data": "",
 "vendor-data": null

We should probably settle on either null or "" for these (that may be a cloud-init issue rather this serializer).
-- 
https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/330112
Your team cloud-init commiters is requested to review the proposed merge of ~chad.smith/cloud-init:unify-datasource-get-data into cloud-init:master.


References