[ovirt-users] Change password using ovrt api is not working

Shanil S xielesshanil at gmail.com
Wed Oct 22 05:31:24 UTC 2014


Hi,

Currently i have updated the ovirt version to 3.5 and after that the reset
password using api is not working but there isn't any errors returned. The
following xml is i used for the reset password and it was working with the
previous version

<action>
            <vm>
                <os>
                    <boot dev='cdrom'/>
                </os>
                <initialization>
         <cloud_init>
        <users>
         <user>
           <user_name>root</user_name>
           <password>$newpass</password>
         </user>
           </users>
        </cloud_init>
       </initialization>
            </vm>
        </action>

Could you please have a look at the above xml ? Is there anything modified
in the new version ?

The reset password is working fine from the ovirt admin panel and the issue
is only when we use the ovirt api to reset the password.




-- 
Regards
Shanil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ovirt.org/pipermail/users/attachments/20141022/7d8f5684/attachment-0001.html>


More information about the Users mailing list