Merge "Revert "[eventlet-removal] Remove the usage of eventlet in the DHCP agent""

This commit is contained in:
Zuul 2025-03-18 23:49:57 +00:00 committed by Gerrit Code Review
commit b34378010f
3 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ from oslo_config import cfg
from oslo_utils import uuidutils
from neutron.agent.linux import dhcp as linux_dhcp
from neutron.cmd.agents import dhcp as dhcp_agent
from neutron.cmd.eventlet.agents import dhcp as dhcp_agent
from neutron.common import config

View File

@ -34,7 +34,7 @@ wsgi_scripts =
neutron-api = neutron.cmd.server:main_api_uwsgi
console_scripts =
neutron-db-manage = neutron.db.migration.cli:main
neutron-dhcp-agent = neutron.cmd.agents.dhcp:main
neutron-dhcp-agent = neutron.cmd.eventlet.agents.dhcp:main
neutron-keepalived-state-change = neutron.cmd.keepalived_state_change:main
neutron-ipset-cleanup = neutron.cmd.ipset_cleanup:main
neutron-l3-agent = neutron.cmd.eventlet.agents.l3:main