Merge "AttributeError: No such RPC function 'report_state'"

This commit is contained in:
Jenkins 2013-02-23 20:49:50 +00:00 committed by Gerrit Code Review
commit b6b67b9d11
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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.")),
]