Merge "Revert "[eventlet-removal] Remove the usage of eventlet in the DHCP agent""
This commit is contained in:
commit
b34378010f
@ -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
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user