You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_post_live_migration() on the destination host has a call to
self.network_api.get_instance_nw_info(), which eventually ends up
calling the Neutron REST API (via
nova.network.neutron.API._build_network_info_model()). Any exceptions
in that call are unhandled. This patch adds a test that assert the
broken behavior. The fix is in the subsequent patch.
Change-Id: Ic5760a0fd2d30c6aaf819bfd7506ad092871de10
0 commit comments