我的computer节点起不来
2017-07-29 07:37:12.150 2833 ERROR oslo.messaging._drivers.impl_rabbit [req-726064dc-e70c-4a58-8c89-e604e1bc9983 - - - - -] AMQP server on 127.0.0.1:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 32 seconds.
2017-07-29 07:37:44.195 2833 ERROR oslo.messaging._drivers.impl_rabbit [req-726064dc-e70c-4a58-8c89-e604e1bc9983 - - - - -] AMQP server on 127.0.0.1:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 32 seconds.
2017-07-29 07:38:16.238 2833 ERROR oslo.messaging._drivers.impl_rabbit [req-726064dc-e70c-4a58-8c89-e604e1bc9983 - - - - -] AMQP server on 127.0.0.1:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 32 seconds.
2017-07-29 07:38:48.282 2833 ERROR oslo.messaging._drivers.impl_rabbit [req-726064dc-e70c-4a58-8c89-e604e1bc9983 - - - - -] AMQP server on 127.0.0.1:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 32 seconds.
2017-07-29 07:39:20.326 2833 ERROR oslo.messaging._drivers.impl_rabbit [req-726064dc-e70c-4a58-8c89-e604e1bc9983 - - - - -] AMQP server on 127.0.0.1:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 32 seconds.
2017-07-29 07:39:52.369 2833 ERROR oslo.messaging._drivers.impl_rabbit [req-726064dc-e70c-4a58-8c89-e604e1bc9983 - - - - -] AMQP server on 127.0.0.1:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 32 seconds.
2017-07-29 07:40:24.412 2833 ERROR oslo.messaging._drivers.impl_rabbit [req-726064dc-e70c-4a58-8c89-e604e1bc9983 - - - - -] AMQP server on 127.0.0.1:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 32 seconds.
2017-07-29 07:40:56.463 2833 ERROR oslo.messaging._drivers.impl_rabbit [req-726064dc-e70c-4a58-8c89-e604e1bc9983 - - - - -] AMQP server on 127.0.0.1:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 32 seconds.
显示 MQ 显示 在computer 节点起,实际应该在 controller 那边起 吧?
/etc/nova/nova.conf 里
From oslo.messaging
#
# Size of RPC connection pool. (integer value)
# Deprecated group;name - DEFAULT;rpc_conn_pool_size
#rpc_conn_pool_size=30
# ZeroMQ bind address. Should be a wildcard (*), an ethernet interface, or IP.
# The "host" option should point or resolve to this address. (string value)
#rpc_zmq_bind_address=*
# MatchMaker driver. (string value)
# Allowed values: redis, dummy
#rpc_zmq_matchmaker=redis
# Type of concurrency used. Either "native" or "eventlet" (string value)
#rpc_zmq_concurrency=eventlet
# Number of ZeroMQ contexts, defaults to 1. (integer value)
#rpc_zmq_contexts=1
没有指定AMQ 起在自己节点啊,请帮助
|