<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 = &quot;host-01&quot;,<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 -&gt; click on VM -&gt; &quot;Edit&quot; button -&gt; In advance menu -&gt; &quot;Host&quot; tab <br>Start Running On:<br>   o  <span class="gmail-gwt-RadioButton" style="border-style:none;border-color:gray">Any Host in Cluster  &lt;== This option got selected<br></span></div><span class="gmail-gwt-RadioButton" style="border-style:none;border-color:gray">   o  </span>Specific Host(s)   &lt;== <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>