Comment 3 for bug 1243187

Revision history for this message
Kymil-arcadia (kymil-arcadia) wrote :

So this is a real bug right, and not just a missing config? I think Daniel's comment, while a solid attempt at resolving the problem, makes this a bit unclear.

I have the config set, and I still have the exact problem described in the bug report.

/etc/openstack-dashboard/local_settings.py
LOGIN_URL='/horizon/auth/login/'
LOGIN_REDIRECT_URL='/horizon'

Still, when my sessions time out, the browser attempts to go to:
http://myurl.com/auth/logout/?next=/horizon/project/

Instead of:
http://myurl.com/horizon/auth/logout/?next=/horizon/project/

Thanks!!