No DHCP agents are associated with network
I have a problem with DHCP agent. When I try create a network and respectible subnet, with neutron server, the dashboard show me that the network have created correctly, but when I look the server.log it shows this:
ERROR neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [-] No DHCP agents are associated with network '34d80f09-f477-4f20-8257-bfb2dc3fa9f3'. Unable to send notification for 'network_create_end' with payload: {'network': {'status': 'ACTIVE', 'subnets': [], 'name': u'net1', 'provider:physical_network': None, 'admin_state_up': True, 'tenant_id': u'bb7273cedbce490890a3dd4b00454e02', 'provider:network_type': u'local', 'shared': False, 'id': '34d80f09-f477-4f20-8257-bfb2dc3fa9f3', 'provider:segmentation_id': None}}
2014-03-20 20:24:09.072 28925 ERROR neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [-] No DHCP agents are associated with network '34d80f09-f477-4f20-8257-bfb2dc3fa9f3'. Unable to send notification for 'subnet_create_end' with payload: {'subnet': {'name': u'subnet1', 'enable_dhcp': True, 'network_id': u'34d80f09-f477-4f20-8257-bfb2dc3fa9f3', 'tenant_id': u'bb7273cedbce490890a3dd4b00454e02', 'dns_nameservers': [], 'allocation_pools': [{'start': '192.168.10.2', 'end': '192.168.10.254'}], 'host_routes': [], 'ip_version': 4, 'gateway_ip': '192.168.10.1', 'cidr': u'192.168.10.0/24', 'id': '05044830-01f6-461b-96cc-505bfb57fcd3'}}
I use ubuntu 12.04 and Havana versions. Looking on Internet, I found this bug report: I would like to know if the bug was fixed or are yet in progress?
See if the neutron-dhcp agent is running on the network node. You may need to restart it, verify that it's working by checking the logs under /var/log/neutron, then recreate the network.
Thanks for you help. Sorry for only answer you today. But I was sick. I restart the service, is running but the error persist. On the log only show me this error.