Comment 12 for bug 1491117

Revision history for this message
Timur Sufiev (tsufiev-x) wrote :

Interesting. At first, no matter how hard I tried, I was only able to get 'Forbidden (CSRF token missing or incorrect.): /auth/login/' error (both Chrome and Chromium on Ubuntu 14.04, fresh devstack, Django and django-openstack-auth as above, DEBUG = True). Submit was disabled in FF. But that was on local Horizon (run withing Django development server, WEBROOT = '/').

Then it tried Horizon on devstack (Apache, WEBROOT = '/dashboard/') and it was reproducible. Finally, just because of curiosity I tweaked Horizon & Apache on devstack to use WEBROOT = '/' and the bug was still reproducible. Weird...