Comment 2 for bug 1558437

Revision history for this message
JohnsonYi (yichengli) wrote :

root@node-1:~# ip netns exec haproxy curl -v http://10.14.63.10:8080/v1/AUTH_d80930de52924222bdb4bb04da998032/glance/14de50d3-4de7-446c-a0b5-c0b6e646fadb?temp_url_sig=6dfe22781eee4f52425a3f1af858e75a71abb15d&temp_url_expires=1458383943
[1] 42025
root@node-1:~# * Hostname was NOT found in DNS cache
* Trying 10.14.63.10...
* Connected to 10.14.63.10 (10.14.63.10) port 8080 (#0)
> GET /v1/AUTH_d80930de52924222bdb4bb04da998032/glance/14de50d3-4de7-446c-a0b5-c0b6e646fadb?temp_url_sig=6dfe2
2781eee4f52425a3f1af858e75a71abb15d HTTP/1.1
> User-Agent: curl/7.35.0
> Host: 10.14.63.10:8080
> Accept: */*
>
< HTTP/1.1 401 Unauthorized
< Content-Length: 35
< Content-Type: text/html; charset=UTF-8
< Www-Authenticate: Swift realm="unknown"
< X-Trans-Id: txabef27aefcd34bc6b91ac-0056ed2112
< Date: Sat, 19 Mar 2016 09:51:14 GMT
< Connection: close
<
401 Unauthorized: Temp URL invalid
* Closing connection 0

That's where we got stuck.