<div dir="ltr">i installed keystone on centos-> 192.168.5.29 and i stopped iptables in centos then i installed swift on ubuntu-> 192.168.5.37 where ufw stop/waiting (swift working well all servers-proxy,account,containeer,object- are working  but when i run this command on ubuntu swift<br>
<pre class="screen">swift -V 2.0 -A <a href="http://192.168.5.37:5000/v2.0">http://192.168.5.37:5000/v2.0</a> -U openstackDemo:admin -K $ADMINPASS stat<br><br>error: [Errno 111] ECONNREFUSED<br><br><br>proxy-server.conf <br>
</pre><p>[DEFAULT]<br>
bind_port = 8888<br>
user = swift</p>
<p>[pipeline:main]<br>
pipeline = healthcheck cache authtoken keystone proxy-server</p>
<p>[app:proxy-server]<br>
use = egg:swift#proxy<br>
allow_account_management = true<br>
account_autocreate = true</p>
<p>[filter:keystone]<br>
paste.filter_factory = keystone.middleware.swift_auth:filter_factory<br>
operator_roles = Member,admin, swiftoperator</p>
<p>[filter:authtoken]<br>
paste.filter_factory = keystone.middleware.auth_token:filter_factory<br>
# Delaying the auth decision is required to support token-less<br>
# usage for anonymous referrers ('.r:*').<br>
delay_auth_decision = 10<br>
service_port = 5000<br>
service_host = 192.168.5.37<br>
auth_port = 35357<br>
auth_host = 192.168.5.37<br>
auth_protocol = http<br>
auth_uri = <a rel="nofollow" href="http://10.84.21.10:5000/">http://192.168.5.37:5000/</a><br>
auth_token = 012345SECRET99TOKEN012345<br>
admin_token = 012345SECRET99TOKEN012345<br>
admin_tenant_name = service<br>
admin_user = swift<br>
admin_password = swift<br>
signing_dir=/tmp/keystone-signing-swift</p>
<p>[filter:cache]<br>
use = egg:swift#memcache<br>
set log_name = cache</p>
<p>[filter:catch_errors]<br>
use = egg:swift#catch_errors</p>
<p>[filter:healthcheck]<br>
use = egg:swift#healthcheck</p><pre class="screen"><br></pre></div>