<div dir="ltr"><div><div><div><div><div><div><div><div><div>Hi,<br><br></div>I was trying to create VM on specific HOST using python sdk as shown below.<br><br></div>------ Code -------------------<br>vm = vms_service.add( ....<br> host = types.Host(<br> name = "host-01",<br> ),<br> )<br>------ End Code -------------------<br><br></div>It created VM successfully, but when I see in ovirt GUI I saw that VM is not bonded with specific host.<br><br></div>Ovirt GUI: <br></div>Virtual Machines -> click on VM -> "Edit" button -> In advance menu -> "Host" tab <br>Start Running On:<br> o <span class="gmail-gwt-RadioButton" style="border-style:none;border-color:gray">Any Host in Cluster <== This option got selected<br></span></div><span class="gmail-gwt-RadioButton" style="border-style:none;border-color:gray"> o </span>Specific Host(s) <== <b>I want this option to select.</b><br><br></div>Please help me to bind VM to specific Host via Python SDK<br><br></div>Thanks,<br></div>~Rohit<br></div>