Comment 2 for bug 1597369

Revision history for this message
Alexander Bozhenko (alexbozhenko) wrote : Re: cloud-init configurations need to be purged

root@node-2:~# grep 'start on' /etc/init/cloud*
/etc/init/cloud-config.conf:start on (filesystem and started rsyslog)
/etc/init/cloud-final.conf:start on (stopped rc RUNLEVEL=[2345] and stopped cloud-config)
/etc/init/cloud-init.conf:start on mounted MOUNTPOINT=/ and stopped cloud-init-nonet
/etc/init/cloud-init-container.conf:start on container
/etc/init/cloud-init-local.conf:start on mounted MOUNTPOINT=/ and mounted MOUNTPOINT=/run
/etc/init/cloud-init-nonet.conf:start on mounted MOUNTPOINT=/ and stopped cloud-init-local
/etc/init/cloud-log-shutdown.conf:start on runlevel PREVLEVEL=2

root@node-2:~# rm /etc/init/cloud-*
Solved the problem for me.