Merge "AttributeError: No such RPC function 'report_state'"
This commit is contained in:
commit
b6b67b9d11
@ -46,4 +46,4 @@ dhcp_driver = quantum.agent.linux.dhcp.Dnsmasq
|
||||
# enable_metadata_network = False
|
||||
|
||||
# The Quantum DHCP agent manager.
|
||||
# dhcp_agent_manager = quantum.agent.dhcp_agent.DhcpAgentWithStateReport
|
||||
# dhcp_agent_manager = quantum.agent.dhcp_agent.DhcpAgent
|
||||
|
@ -66,8 +66,7 @@ class DhcpAgent(manager.Manager):
|
||||
"dedicate network. Requires "
|
||||
"enable isolated_metadata = True ")),
|
||||
cfg.StrOpt('dhcp_agent_manager',
|
||||
default='quantum.agent.dhcp_agent.'
|
||||
'DhcpAgentWithStateReport',
|
||||
default='quantum.agent.dhcp_agent.DhcpAgent',
|
||||
help=_("The Quantum DHCP agent manager.")),
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user