Re: [Openstack] [OpenStack][Swift] Multiple Auth URL's for same account problem

2013-01-17 Thread Kuo Hugo
btw , the issue of returned X-Storage-Url: http://127.0.0.1:8080/v1/AUTH_test is due to the default ip of the header will be localhost. you can modify it by add a user define URL , in your condition , it could be http://10.0.2.15:8080/ v1/AUTH_test If you're usi

Re: [Openstack] [OpenStack][Swift] Multiple Auth URL's for same account problem

2013-01-17 Thread Sujay M
Thanks Hugo Kuo, Yes that was a problem of memcached, i started it. There was a configuration problem. On 17 January 2013 18:59, Kuo Hugo wrote: > Hello Sujay , > > That should be the problem on memcached . > > Would you please check the status of memcached ? > 1. grep it from ps command > 2.

Re: [Openstack] [OpenStack][Swift] Multiple Auth URL's for same account problem

2013-01-17 Thread Kuo Hugo
Hello Sujay , That should be the problem on memcached . Would you please check the status of memcached ? 1. grep it from ps command 2. Restart it to check it the token been fixed again 3. If the result is still fail , please check the configuration of memcached.conf under /etc/ , make sure the po

[Openstack] [OpenStack][Swift] Multiple Auth URL's for same account problem

2013-01-17 Thread Sujay M
Hi all, I have set up a proxy server on 10.0.2.15 and 4 storage nodes on 10.0.2.16-19 My proxy-server configuration file root@ubuntu:~# /etc/swift/proxy-server.conf [DEFAULT] bind_port = 8080 user = ug26 workers = 8 [pipeline:main] pipeline = healthcheck cache tempauth proxy-server [app:proxy-