swift stat [Errno 111] Connection refused error
Hi All,
I am getting [Errno 111] Connection refused error, after i setup swift service.
root@block1:/etc/swift# swift stat
[Errno 111] Connection refused
My Box settings:
root@block1:/etc/swift# ifconfig
eth0 Link encap:Ethernet HWaddr 00:50:56:92:61:fc
inet addr:10.100.1.156 Bcast:10.100.1.255 Mask:255.255.255.0
memcached.conf entry = -l 10.100.1.156
proxy-servr.conf :
[filter:authtoken]
paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
#service_port = 5000
#service_host = 10.100.1.150
auth_protocol = http
auth_host = 10.100.1.150
auth_port = 35357
#auth_uri = http://10.100.1.150:5000
admin_tenant_name = admin
admin_user = admin
admin_password = ADMIN_PASS
delay_auth_decision = 1
cahce = swift.cache
use = egg:swift#memcache
set log_name = cache
memcached_servers = 10.100.1.156:11211
all the swift object, container, account, proxy services are running fine.
Update:
i have changed the bind_port to 80 and its listening :
root@block1:/etc/swift# netstat -tlnp | grep 80
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 13379/python
keystone service runs fine.
How have you determined that they are "running fine"? Are there any errors in the logs? Does
netstat -tlnp
show something listening on port 8080? Is Keystone running successfully?Please update your question to add new information. Thanks! I moved your information re: netstat into the question for you.
Is your keystone service catalog pointing at the correct port? What is the output of
keystone endpoint-get --service object-store
?