<div class="xam_msg_class">
your mileage may vary! <br /><br />For example we use python api with cloud-init and template to reset root password (you can use for example command like this: &quot;openssl rand -hex 10&quot;) and to configure network / configuration files and freeipa...<br /><br />&gt; Michal, are you working with plain password or with salted hashed ones?<br />&gt; I had some experiment on hosted-engine with strange results on that.<br /><br />try to use python api  by passing: <br /><br />users=params.Users(user=[params.User(user_name=&quot;root&quot;, password=SPASSWORD)])<br /><br />have a look at python example on http://www.ovirt.org/Features/Cloud-Init_Integration<br /><br />Best regards<br />Amedeo<br /> <br /><div>&gt; Date: Tue, 7 Apr 2015 13:34:24 +0200</div><div>&gt; From: Michal Skrivanek &lt;michal.skrivanek@redhat.com&gt;</div><div>&gt; To: Sven Kieske &lt;S.Kieske@mittwald.de&gt;</div><div>&gt; Cc: users@ovirt.org</div><div>&gt; Subject: Re: [ovirt-users] cloud-init root password?</div><div>&gt; Message-ID: &lt;02D7FE6F-5638-459C-865E-064652CF6162@redhat.com&gt;</div><div>&gt; Content-Type: text/plain; charset=iso-8859-1</div><div>&gt; </div><div>&gt; </div><div>&gt; On Apr 7, 2015, at 12:21 , Sven Kieske &lt;S.Kieske@mittwald.de&gt; wrote:</div><div>&gt; </div><div>&gt; &gt; On 07/04/15 11:31, Michal Skrivanek wrote:</div><div>&gt; &gt;&gt; Hi Jorick,</div><div>&gt; &gt;&gt; This was 3.5 enhancement to support also non-root users</div><div>&gt; &gt;&gt; you use username &quot;root&quot; and set a password:-)</div><div>&gt; &gt; </div><div>&gt; &gt; well the enhancement should not break existing workflows.</div><div>&gt; &gt; </div><div>&gt; &gt; if no user is supplied you should set &quot;root&quot; as a default.</div><div>&gt; </div><div>&gt; well, yeah, it could be pre-filled with root</div><div>&gt; </div><div>&gt; &gt; </div><div>&gt; &gt; I'd consider this as a regression, if I understand the change correct?</div><div>&gt; </div><div>&gt; it works like that only with REST API:)</div><div>&gt; changes in UI dialogs are common.</div><div>&gt; </div><div>&gt; Thanks,</div><div>&gt; michal</div><div>&gt; </div><br />
</div>