I'm trying to automate the installation of SQL2019 by feeding openstack a powershell script via userdata. The script works perfectly on my computer and on the production environment. The problem is when I sysprep the image with the unattend.xml provided in the cloudbase init folder.
Everything runs without hiccups but when I login into the machine I find the .iso download paused and therefore the script cannot finish.
I see at the startup the cloudbase init cmd window working, but then I cannot collect any log.
My config file for both unattended and normal conf file: https://pastebin.com/AHkHGfgm
Any help or suggestion would be appreciated.