Benoît Knecht
4780fe548b
bgp: Gracefully handle missing last_known_router_id
When a server is deleted before its floating IP has been disassociated, the notification doens't contain a `last_known_router_id` key, which results in a `KeyError` exception being thrown. This commit gracefully handles this situation by setting `last_router_id` to `None` when `last_known_router_id` is missing. Change-Id: If127a33cec7ce6c4d264a191df37c30decab4daa Closes-Bug: #1795816
Team and repository tags
This package contains neutron-dynamic-routing code which depends upon neutron and it's related libraries to run.
Project Resources
The homepage for Neutron is: https://launchpad.net/neutron. Use this site for asking for help, and filing bugs. We use a single launchpad page for all Neutron projects.
Code is available on opendev.org at: https://opendev.org/openstack/neutron-dynamic-routing
Refer to Neutron documentation for more information: Neutron README.rst
Release notes for the project can be found at: https://docs.openstack.org/releasenotes/neutron-dynamic-routing/
Description
Languages
Python
99%
Shell
0.8%
Mako
0.2%