<div dir="ltr">Hello!<br><br>Ovirt sdk process updating of vm template with rounding of microseconds in creation_time.<div>And vm is marked as vm which has a newer configuration because of this, but there is not a new configuration, all difference between current configuration and next_run configuration is creation_time. It is not correct. </div><div>  For example, diff between curl get-request for this state of vm  and next_run state is:<br><div><div style="font-size:12.8px">[ovirt-system-tests]$ diff current_state.txt next_state.txt </div><div style="font-size:12.8px">55c55</div><div style="font-size:12.8px">&lt;     &lt;creation_time&gt;2017-06-14T06:<wbr>18:03<b>.987</b>-04:00&lt;/creation_<wbr>time&gt;</div><div style="font-size:12.8px">---</div><div style="font-size:12.8px">&gt;     &lt;creation_time&gt;2017-06-14T06:<wbr>18:03<b>.000</b>-04:00&lt;/creation_<wbr>time&gt;</div><div style="font-size:12.8px">76a77</div><div><br><span style="font-size:12.8px">And example how to request update for reach rounding is a test in ovirt_system_test:</span><br><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">@ovirtlago.testlib.with_ovirt_api</span></div><div><span style="font-size:12.8px">def update_round(api):</span></div><div><span style="font-size:12.8px">    vm = api.vms.get(&#39;vm0&#39;) </span><span style="font-size:12.8px">#there </span><span style="font-size:12.8px">vm.creation_time.isoformat() is a real datetime with microseconds</span></div><div><span style="font-size:12.8px">    vm.update() #after this </span><span style="font-size:12.8px"> </span><span style="font-size:12.8px">vm.creation_time.isoformat() contains a real datetime with microseconds,</span></div></div></div></div><div><span style="font-size:12.8px">    #but vm becames vm with newer configuration and </span></div><div><span style="font-size:12.8px">    # next_run creation time becomes rounded to seconds</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Does anyone have idea how to fix this?</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Sincerely, Valentina Makarova</span></div></div>