Comment 4 for bug 1708676

Revision history for this message
Nicholas Skaggs (nskaggs) wrote : Re: juju bootstrap lxd hangs if there is cloud-init failure

Thanks to Ian, who clued me into the issue. Juju isn't bubbling up underlying cloud-init issues. In this specific case, apt was locking up trying to install (no network connectivity). For those who may encounter this before this is surfaced into juju, ssh into the machine manually and look at the cloud-init logs.

ssh ubuntu@IP
tail -f /var/log/cloud-init-*.log