Context file not showing in KVM

I’m trying to set up context files in a VM, it works great in LXC, they end up in /context

But in KVM they are not loaded into the VM.

They are both using the same context template, sames files and same datastore.

Below you can see the context template

CONTEXT = [
  FILES_DS = "$FILE[IMAGE=\"cifar-10-python.tar.gz\", IMAGE_UNAME=\"oneadmin\"] $FILE[IMAGE=\"client.py\", IMAGE_UNAME=\"oneadmin\"]",
  NETWORK = "YES",
  SET_HOSTNAME = "$NAME",
  SSH_PUBLIC_KEY = "$USER[SSH_PUBLIC_KEY]",
  START_SCRIPT = "..."
]

Thanks


Versions of the related components and OS (frontend, hypervisors, VMs):
OpenNebula 6.2.1, KVM hypervisor
Steps to reproduce:
Add files to the datastore, select those files in the VM template and instantiate

Please submit a bug report for this.

thanks, done :+1: