<html>I will reply to myself here.<br /><br />Ubuntu 16.04 uses a different naming rules for it&#39;s network cards (no more ethXX). In the cloud image, they have a nic named ens3 wich defaults to DHCP (this is coded in file /etc/cloud/cloud.cfg.d/50-cloud-init.cfg).<br /><br />The long delay in booting was in part due to the fact I had no DHCP server and I was trying to push a fixed IP address to eth0. So I ended up adding a DHCP server and using ens3 instead of eth0. Hope this helps someone.<br /><br />Le Vendredi, Mai 27, 2016 12:13 EDT, &quot;Claude Durocher&quot; &lt;claude.durocher@cptaq.gouv.qc.ca&gt; a &eacute;crit:<br />&nbsp;<blockquote>&nbsp;</blockquote>Hi.<br />I&#39;m trying to run a Ubuntu cloud image on oVirt 3.6. It works fine with the 14.04 image or Centos 7 image but I have trouble with the 16.04 image : I have no network and cloud-init dont receive any data from oVirt. Also, the VM takes about 5 minutes to boot (then I cant login as cloud-init dont seem to work).<br />I&#39;ve validated the 16.04 image : I can boot it fine on my workstation running kvm.<br /><br />&nbsp;</html>