]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
AttributeError: No such RPC function 'report_state'
authorAaron Rosen <arosen@nicira.com>
Thu, 21 Feb 2013 22:44:16 +0000 (14:44 -0800)
committerAaron Rosen <arosen@nicira.com>
Thu, 21 Feb 2013 23:06:30 +0000 (15:06 -0800)
commit349aa3ef3563c019f4d0a98fc30117ae0a6cade3
tree0c6a05af07dcd383068b53b90b0c0dbb36b35bb2
parent2852a4b09e9cd30a726093abb61b6dadbc2faf20
AttributeError: No such RPC function 'report_state'

This patch changes dhcp_agent_manager to be DhcpAgent instead of
DhcpAgentWithStateReport since not all plugins support DhcpAgentWithStateReport
and having this as the default breaks all current deployments that upgrade
source without changing their config files.

Fixes bug 1131446

Change-Id: I6415f85714b03e9bf59d597e8ec2397fedc92b02
etc/dhcp_agent.ini
quantum/agent/dhcp_agent.py