[00:05] smoser: so i rolled one out again and i am still getting that cloud-init does not find the ec2 data source despite the fact that I can curl the API from the command line. [00:10] I keep falling back to data source none when Ec2 appears to be working by hand... [00:33] smoser: https://docs.google.com/document/d/1ODIsSVyppkkEAun9abqazX_r8o71pVG0JHeHVCYurtI/pub has more but is apparently partly out of date. *shrug* [00:37] i don't have a horse in it, i just write out config drives :x [00:37] smoser: python-boto was missing [00:37] that might be part of it [00:52] alevy, that'd do it. [00:53] i do plan on dropping python-boto here soon. [00:53] sorry for your lost time on that. [01:02] smoser where is that code that i did to replace that [01:02] i can't remember, lol [01:02] in bzr history somewhere. [01:02] :-P [01:02] yeah, i was just going to go there. [01:03] k [01:03] its somewhere, lol [01:03] harmw i'll bug sean again tommorow, i think the mail stuff is calming down (ssl seems to be on and working) [01:05] hm.. its not even there. [01:05] i thought hwe'd merged it and then dropped it. [01:10] hmmm [01:10] not sure, it i think was in a branch somewhere at least [01:10] unless i deleted the branch :-/ [01:19] smoser http://bazaar.launchpad.net/~harlowja/cloud-init/url-ssl-fixings/view/698/cloudinit/ec2_utils.py [01:19] there u go [01:19] you want to propose that as a drop for python-boto ? [01:19] hmmm [01:19] i'm happy to take that now i think [01:20] sure, will see if i can do that [01:20] http://bazaar.launchpad.net/~harlowja/cloud-init/url-ssl-fixings/view/707/cloudinit/ec2_utils.py seems even better (the final version before we said screw it, just use boto) [01:21] :) [01:21] and use requests rather than urllib i thikn [01:21] def [01:32] smoser will see if i can pull that off tommorow === alevy is now known as Guest53075 === harlowja is now known as harlowja_away === harlowja_away is now known as harlowja [21:16] Is there a good way to set an instance hostname to something-instanceid via cloud-init? [21:17] foo-%i diddn't work the way I'd hoped.. [21:20] I guess I can just do it in a script instead of using a cloud-config yaml user data