
Ports are removed (unplug) from the br-int, but the ovs-agent resource_cache still have them. If during this removal period, the port attributes changed/updated. Even worse if the update events were not received by the agent, as well as the port plug to the br-int again. The ovs-agent will use the obsolete resource informaction of the port. Something may not be processed well then. So, resource cache should be delete after port removed from br-int. This patch addresses this issue. Closes-Bug: #2089661 Change-Id: Ia628ee196382b0672ce3424d7cb86f29a15a6d4d
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
If you would like to contribute to Neutron, please read the file CONTRIBUTING.rst or see the Neutron contributor guide:
https://docs.openstack.org/neutron/latest/contributor/contributing.html
Get in touch via email. Use [Neutron] in your subject.
Description
Languages
Python
99.7%
Shell
0.3%