QuantumClientException: [Errno 111] ECONNREFUSED

Asked by Klaudia

2013-05-27 11:19:58.375 6208 TRACE nova.api.openstack return method(req=request, **action_args)
2013-05-27 11:19:58.375 6208 TRACE nova.api.openstack File "/usr/lib/python2.7/dist-packages/nova/api/openstack/compute/contrib/security_groups.py", line 269, in in dex
2013-05-27 11:19:58.375 6208 TRACE nova.api.openstack search_opts=search_opts)
2013-05-27 11:19:58.375 6208 TRACE nova.api.openstack File "/usr/lib/python2.7/dist-packages/nova/network/security_group/quantum_driver.py", line 130, in list
2013-05-27 11:19:58.375 6208 TRACE nova.api.openstack raise e
2013-05-27 11:19:58.375 6208 TRACE nova.api.openstack QuantumClientException: [Errno 111] ECONNREFUSED

SOMEBODY KNOW WHAT to help?
This logs is because I wantted to create security groups

nova secgroup-add-rule default icmp -1 -1 0.0.0.0/0
nova secgroup-add-rule default tcp 22 22 0.0.0.0/0
nova secgroup-add-rule default tcp 80 80 0.0.0.0/0

Any suugestion to this QuantumClientException: [Errno 111] ECONNREFUSED in quantum_driver.py ?

Question information

Language:
English Edit question
Status:
Solved
For:
neutron Edit question
Assignee:
No assignee Edit question
Solved by:
Klaudia
Solved:
Last query:
Last reply:
Revision history for this message
Eugene Nikanorov (enikanorov) said :
#1

ECONNREFUSED means that address:port on target host is not listening for incoming connections.
That means that quantum server is not running, check that.

Revision history for this message
Klaudia (graklaudia) said :
#2

/var/log/quantum.server.log

it seams that it cannto to connect to amqp server

2013-05-27 12:31:43 INFO [quantum.openstack.common.rpc.common] Reconnecting to AMQP server on localhost:5672
2013-05-27 12:31:43 ERROR [quantum.openstack.common.rpc.common] AMQP server on localhost:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 30 seconds.
2013-05-27 12:32:13 INFO [quantum.openstack.common.rpc.common] Reconnecting to AMQP server on localhost:5672
2013-05-27 12:32:13 ERROR [quantum.openstack.common.rpc.common] AMQP server on localhost:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 30 seconds.
2013-05-27 12:32:43 INFO [quantum.openstack.common.rpc.common] Reconnecting to AMQP server on localhost:5672

Revision history for this message
Klaudia (graklaudia) said :
#3

but:

root@cloud:~# service quantum-server restart
quantum-server stop/waiting
quantum-server start/running, process 8834

and after that....

root@cloud:~# quantum net-list
[Errno 111] Connection refused

??? Any ideas?

Revision history for this message
Klaudia (graklaudia) said :
#4

Ok, i solved this. thank you all

Revision history for this message
guo quan (guoquan007) said :
#5

Hi,Klaudia, I have the same problem, and would you like to tell me how you solve it?

Revision history for this message
Zachary Norman (zachary.norman) said :
#6

I ran into this and it was looking for volume services on an endpoint that wasnt configured yet.

Revision history for this message
txl (1483646150-p) said :
#7

Hi,Klaudia, I have the same problem, and would you like to tell me how you solve it?