BOOT_FAILURE after DEPLOY

Receiving BOOT_FAILURE after DEPLOY when creating a VM with template.
I have 1 LXC node connected to frontend and no external datastores. Image downloaded from marketplace: alpine_3.13 - LXD.
Template:
CONTEXT = [
NETWORK = “YES”,
SSH_PUBLIC_KEY = “$USER[SSH_PUBLIC_KEY]” ]
CPU = “1”
DISK = [
IMAGE = “alpine_3.13 - LXD”,
IMAGE_UNAME = “kirill” ]
DISK = [
FORMAT = “raw”,
FS = “ext4”,
SIZE = “700”,
TYPE = “fs” ]
GRAPHICS = [
LISTEN = “0.0.0.0”,
TYPE = “VNC” ]
HOT_RESIZE = [
CPU_HOT_ADD_ENABLED = “NO”,
MEMORY_HOT_ADD_ENABLED = “NO” ]
HYPERVISOR = “lxc”
INPUTS_ORDER = “”
LOGO = “images/logos/alpine.png”
MEMORY = “1024”
MEMORY_UNIT_COST = “MB”
OS = [
ARCH = “x86_64”,
BOOT = “disk0”,
ROOT = “sda1” ]
SUNSTONE = [
NETWORK_SELECT = “NO” ]
USER_INPUTS = [
CPU = “O|fixed|| |1”,
MEMORY = “O|fixed|| |1024”,
VCPU = “O|fixed|| |” ]

VM logs:
Thu Apr 22 21:12:18 2021 [Z0][VM][I]: New state is ACTIVE
Thu Apr 22 21:12:18 2021 [Z0][VM][I]: New LCM state is PROLOG
Thu Apr 22 21:12:22 2021 [Z0][VM][I]: New LCM state is BOOT
Thu Apr 22 21:12:22 2021 [Z0][VMM][I]: Generating deployment file: /var/lib/one/vms/27/deployment.0
Thu Apr 22 21:12:22 2021 [Z0][VMM][E]: DEPLOY
Thu Apr 22 21:12:22 2021 [Z0][VM][I]: New LCM state is BOOT_FAILURE


Please, help!

Look in /var/log/one/oned.log around the timestamps you see on the VM log for more clues about what could have been wrong. Also can you post the deployment file ? Should be at /var/lib/one/datastores/<system_datastore_id>/<vm_id>/deployment.file