Actions
Bug #13986
closedProvisioning via API without explicitly specifying the provisioning method can lead to using combination of image and build provisioning methods
Description
1. create a compute profile with an image assigned
2. assign the compute profile to a host group (not needed, but it makes the hammer command shorter, inheriting other required host attrs)
3. `host create --hostgroup=base --compute-resource=libvirt --name test-9 --location Default_Location --organization Default_Organization1 --compute-attributes="start=1" --subnet libvirt)
As a result, new host is created, with sending the image id to the compute resource, while expecting the the pxe boot to happen the machine,
which doesn't happen, because the host is created using the base image.
Actions