Hi,

I would like to attach a sysprep floppy to a Windows VM.

Currently, I am able to configure the sysprep custom script from the API :

PUT https://HOSTNAME/api/vms/{id}
<vm>
    <initialization>
       <custom_script>{my content}</custom_script>
    </initialization>
</vm>

After that, when I start the VM from the Web UI in RunOnce mode, I can attach the sysprep floppy to the VM.

But how can I attach the sysprep floppy and start the VM in RunOnce mode from the API ?

Regards,
_______________________________________________
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users

Reply via email to