b2421b01e5
![Elvira García](/assets/img/avatar_default.png)
When handling multiple router update/delete petitions, if they are executed at the same time, there is a chance that the set_gateway_mtu tries to update a no-longer-existing router, triggering a RouterNotFound error from the _get_router_ports function. Now, if there is not a router, the _get_router_ports function will return an empty list instead of raising the error. Closes-Bug: #1961967 Signed-off-by: Elvira García <egarciar@redhat.com> Change-Id: Ic54214ca4965274cd58c1d3a278d8f3ffcda0a64
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%