[18:26] Hmmm, is /var/lib/cloud/instance/obj.pkl meant to be consumable via python on spun up VM instances? [18:27] * jclift is trying to pass meta-data to an instance, for reading by the instance after cloud-init has finished [18:27] While it's would be possible to mount the config drive somewhere (eg mount /dev/xvdd /foo) and get it that way [18:28] It seems like it'd be simpler to be able to unpickle /var/lib/cloud/instance/obj.pkl and get the data that way [18:28] Or am I think about this all wrong? (completely possible) :) [20:17] Ahhh. from cloudinit import util [20:25] Got it working. :)