928c1af67849184a073a39c95f30de854a7e93c8
We have 2 classes inheriting from BaseNeutronAgentOSKenApp:
OVSNeutronAgentOSKenApp and OVSLogOSKenApp. The instantiation of
packet_in_handlers as a static property in BaseNeutronAgentOSKenApp
created a shared list between all the different objects created by the
inheriting classes. This ended up creating duplicated processing of
events and therefore duplicate logging in the ML2/OVS log API.
Closes-Bug: #2121961
Change-Id: I6c37fbed8d724b7215ca21d155dde00e1229c6ea
Signed-off-by: Elvira Garcia <egarciar@redhat.com>
(cherry picked from commit 29f4ada315)
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%