Comment 1 for bug 1498297

Revision history for this message
Emilien Macchi (emilienm) wrote : Re: login_url POST is wrong

so if use dashboard_url=http://devstack-trusty-rax-dfw-5036280/ - the request will not be 404 this time, though I have mismatch error (can't find "Overview"): http://paste.openstack.org/show/sbpxUCls7JD5d29IunZl/

This is because a redirection:
127.0.0.1 - - [22/Sep/2015:04:54:24 +0000] "GET / HTTP/1.1" 301 236 "-" "Python-urllib/2.7"
127.0.0.1 - - [22/Sep/2015:04:54:24 +0000] "GET /horizon HTTP/1.1" 302 - "-" "Python-urllib/2.7"
127.0.0.1 - - [22/Sep/2015:04:54:24 +0000] "GET /horizon/auth/login/?next=/horizon/ HTTP/1.1" 200 6904 "-" "Python-urllib/2.7"
127.0.0.1 - - [22/Sep/2015:04:54:24 +0000] "GET / HTTP/1.1" 301 236 "-" "Python-urllib/2.7"
127.0.0.1 - - [22/Sep/2015:04:54:24 +0000] "GET /horizon HTTP/1.1" 302 - "-" "Python-urllib/2.7"
127.0.0.1 - - [22/Sep/2015:04:54:24 +0000] "GET /horizon/auth/login/?next=/horizon/ HTTP/1.1" 200 6904 "-" "Python-urllib/2.7"
127.0.0.1 - - [22/Sep/2015:04:54:24 +0000] "POST /horizon/auth/login/ HTTP/1.1" 200 7020 "http://devstack-trusty-rax-dfw-5036280/" "Python-urllib/2.7"
127.0.0.1 - - [22/Sep/2015:04:54:24 +0000] "GET / HTTP/1.1" 301 236 "-" "Python-urllib/2.7"
127.0.0.1 - - [22/Sep/2015:04:54:24 +0000] "GET /horizon HTTP/1.1" 302 - "-" "Python-urllib/2.7"
127.0.0.1 - - [22/Sep/2015:04:54:24 +0000] "GET /horizon/auth/login/?next=/horizon/ HTTP/1.1" 200 6904 "-" "Python-urllib/2.7"