Steve Langasek has proposed merging lp:~vorlon/cloud-init/systemd-startup-sequencing into lp:cloud-init.
Requested reviews: cloud init development team (cloud-init-dev) For more details, see: https://code.launchpad.net/~vorlon/cloud-init/systemd-startup-sequencing/+merge/246617 This fixes a race condition that can cause cloud-init output to be spit out over the login prompt on the console when booting under systemd. -- Your team cloud init development team is requested to review the proposed merge of lp:~vorlon/cloud-init/systemd-startup-sequencing into lp:cloud-init.
=== modified file 'systemd/cloud-init.service' --- systemd/cloud-init.service 2014-07-15 16:27:21 +0000 +++ systemd/cloud-init.service 2015-01-15 17:58:08 +0000 @@ -1,7 +1,7 @@ [Unit] Description=Initial cloud-init job (metadata service crawler) After=local-fs.target network.target cloud-init-local.service -Before=sshd.service sshd-keygen.service +Before=sshd.service sshd-keygen.service getty.target Requires=network.target Wants=local-fs.target cloud-init-local.service sshd.service sshd-keygen.service
_______________________________________________ Mailing list: https://launchpad.net/~cloud-init-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~cloud-init-dev More help : https://help.launchpad.net/ListHelp

