further output written to /dev/ttyS0. 1737 ERROR oslo.messaging._drivers.impl_rabbit [req-fc87f25d-f0fc-41ed-9850-7d153fe30728 - - - - -] AMQP server on controller:5672 is unreachable: [Errno 111] ECONNREFUSED.
Hello everyone,
When I start the instance in the provider network, I come into a problem: the instance started slowly and said "further output written to /dev/ttyS0", and it can't get access to the Internet.
Has anybody experienced the same problems? Do you have any suggestions on what could be the cause of these problems? Thanks in advance!
OS = Ubuntu 14.04.2 LTS server
Openstack = Mitaka
/var/log/neutron/dhcp-agent.log:
2017-04-03 14:34:27.848 1737 INFO neutron.common.config [-] Logging enabled!
2017-04-03 14:34:27.857 1737 INFO neutron.common.config [-] /usr/bin/neutron-dhcp-agent version 8.4.0
2017-04-03 14:34:27.934 1737 INFO neutron.agent.dhcp.agent [-] Synchronizing state
2017-04-03 14:34:27.935 1737 ERROR oslo.messaging._drivers.impl_rabbit [req-fc87f25d-f0fc-41ed-9850-7d153fe30728 - - - - -] AMQP server on controller:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 1 seconds.
2017-04-03 14:34:28.943 1737 ERROR oslo.messaging._drivers.impl_rabbit [req-fc87f25d-f0fc-41ed-9850-7d153fe30728 - - - - -] AMQP server on controller:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 2 seconds.
2017-04-03 14:34:30.952 1737 ERROR oslo.messaging._drivers.impl_rabbit [req-fc87f25d-f0fc-41ed-9850-7d153fe30728 - - - - -] AMQP server on controller:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 4 seconds.
2017-04-03 14:34:34.962 1737 INFO oslo.messaging._drivers.impl_rabbit [req-fc87f25d-f0fc-41ed-9850-7d153fe30728 - - - - -] Reconnected to AMQP server on controller:5672 via [amqp] client
2017-04-03 14:34:35.430 1737 INFO neutron.agent.dhcp.agent [-] All active networks have been fetched through RPC.
2017-04-03 14:34:35.430 1737 INFO neutron.agent.dhcp.agent [-] Starting network 64cc9a65-a887-4bde-9a71-ef4430c55abd dhcp configuration
2017-04-03 14:34:35.448 1737 INFO neutron.agent.dhcp.agent [-] Starting network f39d71a3-af1a-453e-a006-
947da65178ad dhcp configuration
2017-04-03 14:34:38.277 1737 INFO neutron.agent.dhcp.agent [-] Finished network 64cc9a65-a887-4bde-9a71-ef4430c55abd dhcp configuration
2017-04-03 14:34:38.770 1737 INFO neutron.agent.dhcp.agent [-] Finished network f39d71a3-af1a-453e-a006-947da65178ad dhcp configuration
2017-04-03 14:34:38.771 1737 INFO neutron.agent.dhcp.agent [-] Synchronizing state complete
2017-04-03 14:34:38.780 1737 INFO neutron.agent.dhcp.agent [req-fc87f25d-f0fc-41ed-9850-7d153fe30728 - - - - -] Synchronizing state
2017-04-03 14:34:38.790 1737 INFO neutron.agent.dhcp.agent [-] DHCP agent started
2017-04-03 14:34:38.894 1737 INFO neutron.agent.dhcp.agent [req-fc87f25d-f0fc-41ed-9850-7d153fe30728 - - - - -] All active networks have been fetched through RPC.
2017-04-03 14:34:38.894 1737 INFO neutron.agent.dhcp.agent [-] Starting network 64cc9a65-a887-4bde-9a71-ef4430c55abd dhcp configuration
2017-04-03 14:34:38.899 1737 INFO neutron.agent.dhcp.agent [-] Starting network f39d71a3-af1a-453e-a006-947da65178ad dhcp configuration
2017-04-03 14:34:39.683 1737 INFO neutron.agent.dhcp.agent [-] Finished network 64cc9a65-a887-4bde-9a71-ef4430c55abd dhcp configuration
2017-04-03 14:34:39.695 1737 INFO neutron.agent.dhcp.agent [-] Finished network f39d71a3-af1a-453e-a006-947da65178ad dhcp configuration
2017-04-03 14:34:39.696 1737 INFO neutron.agent.dhcp.agent [req-fc87f25d-f0fc-41ed-9850-7d153fe30728 - - - - -] Synchronizing state complete
2017-04-03 14:34:57.938 1737 INFO neutron.agent.dhcp.agent [req-6f586635-3ab4-49e1-a16c-62a1ab4aabab - - - - -] Agent has just been revived. Scheduling full sync
2017-04-03 14:34:59.700 1737 INFO neutron.agent.dhcp.agent [-] Synchronizing state
2017-04-03 14:34:59.815 1737 INFO neutron.agent.dhcp.agent [-] All active networks have been fetched through RPC.
2017-04-03 14:34:59 ...
AMQP server on controller:5672
is unreachable means that the DHCP agent is unable to communicate with other parts of Neutron via the message bus. I guess you need to replacecontroller
with an IP address or a different hostname in the DHCP agent config file.