Handle router HA port concurrently deleting
Router HA port may be deleted concurrently while the plugin is trying to update. This patch catches the known exceptions. Should not `plugin.update_port_statuses` use because: 1. plugin.update_port_statuses will hide all exception no matter the port exists. 2. The code just needs to catch the port not found error, but let all other exception raised if port still exists. Closes-Bug: #1906375 Change-Id: Id5d9c99be3bd6854568d2b1baa86c25c0cfd4756changes/13/764913/2
parent
5529b2f5cc
commit
91eb3d8346
Loading…
Reference in New Issue