your mileage may vary!
   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...
   > Michal, are you working with plain password or with salted hashed ones?
   > I had some experiment on hosted-engine with strange results on that.
   try to use python api  by passing:
   users=params.Users(user=[params.User(user_name="root", password=SPASSWORD)])
   have a look at python example on 
http://www.ovirt.org/Features/Cloud-Init_Integration
   Best regards
   Amedeo

   > Date: Tue, 7 Apr 2015 13:34:24 +0200

   > From: Michal Skrivanek <michal.skriva...@redhat.com>

   > To: Sven Kieske <s.kie...@mittwald.de>

   > Cc: users@ovirt.org

   > Subject: Re: [ovirt-users] cloud-init root password?

   > Message-ID: <02d7fe6f-5638-459c-865e-064652cf6...@redhat.com>

   > Content-Type: text/plain; charset=iso-8859-1

   >

   >

   > On Apr 7, 2015, at 12:21 , Sven Kieske <s.kie...@mittwald.de> wrote:

   >

   > > On 07/04/15 11:31, Michal Skrivanek wrote:

   > >> Hi Jorick,

   > >> This was 3.5 enhancement to support also non-root users

   > >> you use username "root" and set a password:-)

   > >

   > > well the enhancement should not break existing workflows.

   > >

   > > if no user is supplied you should set "root" as a default.

   >

   > well, yeah, it could be pre-filled with root

   >

   > >

   > > I'd consider this as a regression, if I understand the change correct?

   >

   > it works like that only with REST API:)

   > changes in UI dialogs are common.

   >

   > Thanks,

   > michal

   >
_______________________________________________
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users

Reply via email to