=== zz_natorious is now known as natorious === natorious is now known as zz_natorious [12:16] smoser: More review for you: https://code.launchpad.net/~daniel-thewatkins/cloud-init/fix-gce-az/+merge/265509 :) [13:53] smoser: That SSH key solution looks broadly good; would like it if X_2_Y could be renamed X_TO_Y; I think we can afford the extra character. ;) [13:54] smoser: But other than that, I think I'm happy with it. [13:54] Odd_Bloke, thats fine. i started down several paths of re-writing that code entirely. [13:54] but settled on only fixing the one that neededfixed. [13:56] Yeah, fair enough. [14:00] i'm ok with your 2 fix though. i'll add that. === zz_natorious is now known as natorious [18:42] Odd_Bloke, just read lp:~daniel-thewatkins/cloud-init/fix-gce-az [18:42] that is really nice work. [19:21] hi guys. for some reason, when I run cloud-init on my ami, the authorized keys I want go to '/root/.ssh/authorized_keys' instead of the '/home/foo/.ssh/authorized_keys' file. How do I force that to happen? [19:51] what OS ? [19:51] CentOS [19:51] i suspect that the default user is set wrong. [19:51] 7.1.(mumble) [19:52] err that it is set to root. [19:52] smoser: That's what it is looking like. I'm going to zap the /etc/cloud/cloud.cfg file. Will set the "name: centos" in the default to "name: foo". [19:53] foo is the new default id. [19:53] make sense, or am I on the wrong path? [19:54] yeah, you want to set up like http://bazaar.launchpad.net/~cloud-init-dev/cloud-init/trunk/view/head:/config/cloud.cfg [19:54] i'd take the packaged version, amek sure that it has default_user name set [19:54] its possible the user-add is failing [19:54] maybe youhave something in /var/log/cloud-init-*.log [19:54] look for WARN [19:55] smoser: ok. Will verify in the log(s) as well. [19:56] smoser: Other than the default user, are there other values in cloud.cfg that are required to change, or will just the name change be good enough in general? [19:57] the mirror values should be adjusted and possibly ssh_svcname. [19:57] mostly i'd go with what the distro provided you with and change it [19:57] smoser: got it. Thanks; [21:29] smoser: Glad you were happy with it!