Re: [Openstack] [openstack][swift] swift stat ends with 503 Service Unavailable

2016-10-20 Thread Mark Kirkwood
Interesting, Looking at my keystone log I'm seeing: 2016-10-21 18:52:43.313 1098 INFO eventlet.wsgi.server [req-652cc096-9df2-45db-84c7-cc6296c0d3ac - - - - -] 192.168.122.61 - - [21/Oct/2016 18:52:43] "POST /v2.0/tokens HTTP/1.1" 200 1920 0.269968 2016-10-21 18:52:43.360 1098 INFO keystone.co

Re: [Openstack] [openstack][swift] swift stat ends with 503 Service Unavailable

2016-10-20 Thread Yu Watanabe
I am still tackling with this issue... I appreciate if someone can help me out. I figured out that token issue(POST request) succeeds but GET request comes after is not proxied to keystone. [POST request] 1. Swift client log [root@opstack-controller src 2016.10.21 11:28:16]# swift list --debug

Re: [Openstack] [openstack][swift] swift stat ends with 503 Service Unavailable

2016-10-13 Thread Mark Kirkwood
On 14/10/16 18:07, Yu Watanabe wrote: At the same time , I see connection errors in the proxy server. Oct 14 14:05:08 opstack-controller proxy-server: Deferring reject downstream Oct 14 14:05:08 opstack-controller proxy-server: - - 14/Oct/2016/05/05/08 HEAD /v1/AUTH_a31f7e8e9ecc4d0e9d0d6c1de

Re: [Openstack] [openstack][swift] swift stat ends with 503 Service Unavailable

2016-10-13 Thread Yu Watanabe
At the same time , I see connection errors in the proxy server. Oct 14 14:05:08 opstack-controller proxy-server: Deferring reject downstream Oct 14 14:05:08 opstack-controller proxy-server: - - 14/Oct/2016/05/05/08 HEAD /v1/AUTH_a31f7e8e9ecc4d0e9d0d6c1de6c4c004 HTTP/1.0 204 - Swift - - - - tx60f54

Re: [Openstack] [openstack][swift] swift stat ends with 503 Service Unavailable

2016-10-13 Thread Yu Watanabe
Thanks for the reply. I confirmed that proxy config has account_autocreate = true defined and restarted the openstack-swift-proxy.service. But still the account-server returns 404. Oct 14 13:46:40 opstack-objstorage1 account-server: 10.1.0.6 - - [14/Oct/2016:04:46:40 +] "HEAD /sdd/292/AUTH_a

Re: [Openstack] [openstack][swift] swift stat ends with 503 Service Unavailable

2016-10-13 Thread Mark Kirkwood
On 14/10/16 16:03, Yu Watanabe wrote: Hi! I am verifying the installation using the swift stat command but it returns 503 Service Unavailable. [root@opstack-controller src 2016.10.14 11:55:37]# swift stat Account HEAD failed: http://opstack-cont-manage:8080/v1/AUTH_a31f7e8e9ecc4d0e9d0d6c1de

[Openstack] [openstack][swift] swift stat ends with 503 Service Unavailable

2016-10-13 Thread Yu Watanabe
Hi! I am verifying the installation using the swift stat command but it returns 503 Service Unavailable. [root@opstack-controller src 2016.10.14 11:55:37]# swift stat Account HEAD failed: http://opstack-cont-manage:8080/v1/AUTH_a31f7e8e9ecc4d0e9d0d6c1de6c4c004 503 Service Unavailable I have chec