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