=== shardy is now known as shardy_lunch === shardy_lunch is now known as shardy === rangerpbzzzz is now known as rangerpb [17:33] info on it seems a little sparse, any way to make cloud-init use openstack's admin_pass from metadata? I could just be missing it in my searches [17:34] the options I have found involve changing parts of cloud-init which I'd rather not do so we can update without issue later [18:36] NostawRm, patches are welcome, but cloud-init will pull the users ssh keys. [18:36] which.. seems more secure and desireable. [18:42] smoser, wanting to fight with networking configs via vnc [18:42] you're definitely right, but it seems to have its place, and I did just look through the source, its not there so woo [19:05] NostawRm, well, if cloud-init is finding the datasource (which would be required to use the adminpass anyway) [19:05] then you can pretty easily just tell it to set a root password [19:05] #cloud-config [19:05] password: passw0rd [19:05] chpasswd: { expire: False } [19:05] ssh_pwauth: True [19:06] that'll let you log in on console or ssh with ubuntu:passw0rd [22:03] I have an Ubuntu instance that boots with 2x2Tb disks attached. Cloud-init only formats them to 1Tb. Is this a known issue with cloud-init? === rangerpb is now known as rangerpbzzzz