Public bug reported: References: * https://etherpad.opendev.org/p/oct2024-ptg-neutron * https://etherpad.opendev.org/p/neutron-eventlet-deprecation
Remove the import and usage of the eventlet library in the Linux Bridge agent. ============================================================ It is spawned using ``oslo_service.launch``. Same comment as in the OVN Neutron agent. The iptables firewall can use ip_conntrack. The implementation of this tool spawns a processing queue using ``eventlet``: https://github.com/openstack/neutron/blob/04e9efec78fe308b50f6f1eab8b24f29f3164684/neutron/agent/linux/ip_conntrack.py#L76 ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/2087947 Title: [eventlet-deprecation] Remove the usage of eventlet in the Linux Bridge agent Status in neutron: New Bug description: References: * https://etherpad.opendev.org/p/oct2024-ptg-neutron * https://etherpad.opendev.org/p/neutron-eventlet-deprecation Remove the import and usage of the eventlet library in the Linux Bridge agent. ============================================================ It is spawned using ``oslo_service.launch``. Same comment as in the OVN Neutron agent. The iptables firewall can use ip_conntrack. The implementation of this tool spawns a processing queue using ``eventlet``: https://github.com/openstack/neutron/blob/04e9efec78fe308b50f6f1eab8b24f29f3164684/neutron/agent/linux/ip_conntrack.py#L76 To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/2087947/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp