<div dir="ltr">I&#39;m trying to check if a certain host can be upgraded.<div>1. I&#39;m calling it through the host_service, something like:</div><div><br></div><div>host_service = connection.system_service().hosts_service().host_service(<a href="http://host.id">host.id</a>)</div><div>is_upgrade = host_service.upgrade_check()</div><div><br></div><div>To my surprise, is_upgrade is None. I expected a Boolean.</div><div><br></div><div>2. In addition, when trying to upgrade via:</div><div>host_service.upgrade()</div><div><br></div><div>I&#39;m getting Operation Failed - and it complains there are no upgrades available.</div><div>Alas, in the UI it shows that upgrades available and upgrade does work through the UI.</div><div><br></div><div>Am I misusing the functions?</div><div>(The host is a regular host, not ovirt-node btw).</div><div><br></div><div>TIA,</div><div>Y.</div><div><br></div></div>