Disable Ubuntu cloud init app .
Create a file to disable cloud init.
$ sudo touch /etc/cloud/cloud-init.disabled
Uninstall by disabling all services except none.
$ sudo dpkg-reconfigure cloud-init
(optional) Purge and remove files
$ sudo apt-get purge cloud-init
$ sudo rm -from /etc/cloud/ && sudo rm -from /var/lib/cloud
Restart
$ sudo reboot
Comments
Post a Comment