Hide Forgot
Description of problem: When configuring ovirt-engine with dockerc plugin enabled, I got an error when the plugin instantiates the Hostname class from ovirt_setup_lib, and instead of store the object in a variable, it stores the return of the getHostname method, that is a string, and not the Hostname instance object. Version-Release number of selected component (if applicable): How reproducible: run engine-setup with docker plugin installed and enable cinder and glance support (not sure if both are needed) Actual results: Error message saying that a string does not have a isResolvedByDNS method (unfortunately I lost the logs in a snapshot rollback) Expected results: ovirt-engine properly installed and running Additional info: