<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: "openssl rand -hex 10") and to configure network / configuration files and freeipa...<br /><br />> Michal, are you working with plain password or with salted hashed ones?<br />> 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="root", 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>> Date: Tue, 7 Apr 2015 13:34:24 +0200</div><div>> From: Michal Skrivanek <michal.skrivanek@redhat.com></div><div>> To: Sven Kieske <S.Kieske@mittwald.de></div><div>> Cc: users@ovirt.org</div><div>> Subject: Re: [ovirt-users] cloud-init root password?</div><div>> Message-ID: <02D7FE6F-5638-459C-865E-064652CF6162@redhat.com></div><div>> Content-Type: text/plain; charset=iso-8859-1</div><div>> </div><div>> </div><div>> On Apr 7, 2015, at 12:21 , Sven Kieske <S.Kieske@mittwald.de> wrote:</div><div>> </div><div>> > On 07/04/15 11:31, Michal Skrivanek wrote:</div><div>> >> Hi Jorick,</div><div>> >> This was 3.5 enhancement to support also non-root users</div><div>> >> you use username "root" and set a password:-)</div><div>> > </div><div>> > well the enhancement should not break existing workflows.</div><div>> > </div><div>> > if no user is supplied you should set "root" as a default.</div><div>> </div><div>> well, yeah, it could be pre-filled with root</div><div>> </div><div>> > </div><div>> > I'd consider this as a regression, if I understand the change correct?</div><div>> </div><div>> it works like that only with REST API:)</div><div>> changes in UI dialogs are common.</div><div>> </div><div>> Thanks,</div><div>> michal</div><div>> </div><br />
</div>