[12:19] Can cloud-init use python scripts? [12:21] gamename: What do you mean by "use"? :) [12:23] Odd_Bloke ah, ok. I mean, can a python script be used in place of, say, "instance/scripts/part-001" ? [12:24] Odd_Bloke put another way, can "part-001" be a python script instead of a bash script? [12:24] gamename: Have you tried it? :p [12:25] nevermind [16:11] Odd_Bloke, /usr/bin/cloud-init: http://paste.ubuntu.com/16524951/ [16:12] /run/cloud-init/main.log: http://paste.ubuntu.com/16524970/ [16:12] so something in 'import' from the stdlib is taking quite a while. [16:13] smoser: Hmm, interesting. [16:16] smoser: I assume you're going to find out which one it is next. :p [16:21] Odd_Bloke, http://paste.ubuntu.com/16525270/ [16:21] tempfile [16:26] smoser: tempfile has a "from random import Random as _Random", perhaps it's that? [16:30] smoser: And that import will create an instance of Random() as well. [16:30] Odd_Bloke, yeah, i think thats it. added that import specifically [16:31] and did that first [16:31] and that took 14 seconds [16:31] so this really sucks, and i'd appreciate you driving a solution if you wanted :) but i think i need to be done with it at this point. [16:32] I'll try poking doko and pitti intermittently to get it done. [16:32] But we also don't really have the time. ;.; === nacc is now known as Guest64822 === nacc_ is now known as nacc