<div dir="ltr"><div dir="ltr"><div style="font-size:12.8000001907349px">Hello</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">I'd like to ask for a freeze exception for the follow bug fix:</div><div style="font-size:12.8000001907349px"><br></div><div><font color="#1155cc"><span style="font-size:12.8000001907349px"><u><a href="https://review.openstack.org/#/c/198340/" target="_blank">https://review.openstack.org/#/c/198340/</a></u></span></font><br></div><div style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">bug: </span><font color="#1155cc"><span style="font-size:12.8000001907349px"><u><a href="https://bugs.launchpad.net/nova/+bug/1444497" target="_blank">https://bugs.launchpad.net/nova/+bug/1444497</a></u></span></font></div><div style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">merged bug fix in master: </span><font color="#1155cc"><span style="font-size:12.8000001907349px"><u><a href="https://review.openstack.org/#/c/173913/" target="_blank">https://review.openstack.org/#/c/173913/</a></u></span></font></div><div style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px"><br></span></div><div style="font-size:12.8000001907349px"><pre style="font-size:9pt;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0)">During live migration _post_live_migration and post_live_migration_at_destination_method are executed simultaneously, because second one is called over rpc.cast.<br>In _post_live_migration method there was setup_network_on_host call with teardown=True, which expects new host in instances table db field. </pre><pre style="font-size:9pt;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0)">This update could be happened later, as it executes on destination node in second method. To guarantee execution order  setup_network_on_host call, which cleans<br>dhcp-hostfile is moved to destination node.</pre></div></div></div>