Hi,
I was trying to create VM on specific HOST using python sdk as shown below.
------ Code -------------------
vm = vms_service.add( ....
host = types.Host(
name = "host-01",
),
)
------ End Code -------------------
It created VM successfully, but when I see in ovirt GUI I saw that VM is not bonded with specific host.