![LIU Yulong](/assets/img/avatar_default.png)
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: Id5d9c99be3bd6854568d2b1baa86c25c0cfd4756
OpenStack Neutron
Neutron is an OpenStack project to provide "network connectivity as a service" between interface devices (e.g., vNICs) managed by other OpenStack services (e.g., Nova).
To learn more about neutron:
- Documentation: https://docs.openstack.org/neutron/latest/
- Features: https://specs.openstack.org/openstack/neutron-specs
- Defects: https://launchpad.net/neutron
- Release notes: https://docs.openstack.org/releasenotes/neutron/index.html
- Source: https://opendev.org/openstack/neutron
Get in touch via email. Use [Neutron] in your subject.
To learn how to contribute, please read the CONTRIBUTING.rst file.
Description
Languages
Python
99.7%
Shell
0.3%