Actions
Bug #9903
closedImage-based provisioning into Libvirt-resource uses "network" as first boot device for such VMs
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Compute resources - libvirt
Target version:
-
Description
During image-based provisioning into Libvirt compute-resource I found that newly created VM has "network" as first boot device, which is incorrect.
The possible suspect is missing "image_id" that is supposed to be passed and considered here:
Also, the QCOW image created during the same VM create operation does not have a backing image specified at all making such VM unbootable off that disk/image. Again, missing "image_id" may be at play, IMHO.
Actions