Description of problem: I'm using SDK to create a local host. Setting "Reboot after installation" to False still reboots the host after installation. How reproducible: Always. Steps to Reproduce: 1. Create an API object with SDK from ovirtsdk.api import API from ovirtsdk.xml import params params.Host(name=LOCAL_HOST, address=controller.CONF["HOST_FQDN"], reboot_after_installation=False, cluster=controller.CONF["API_OBJECT"].clusters.get(LOCAL_CLUSTER), root_password=controller.CONF["SUPERUSER_PASS"]) Then, adding host to hosts object will reboot the system. Actual results: The host is rebooted. Expected results: The host should not reboot
missing mapping in HostMapper
works for me, probably fixed along the way
closing ON_QA bugs as oVirt 3.1 was released: http://www.ovirt.org/get-ovirt/