This is apparently a URL for people to see, having a configuration fix that worked for me:
https://bugs.launchpad.net/ubuntu/+source/openstack- dashboard/+bug/960070 I edited /etc/openstack-dashboard/local_settings.py to make it look like this: # We recommend you use memcached for development; otherwise after every reload # of the django development server, you will have to login again. To use # memcached set CACHE_BACKED to something like 'memcached://127.0.0.1:11211/' # CACHE_BACKEND = 'locmem://' CACHE_BACKEND = 'dummy://' SESSION_ENGINE = 'django.contrib.sessions.backends.cached_db' Then I restarted apache HTTPD: $ sudo service apache2 restart After that, the error/login page behavior goes away. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/968850 Title: intermittent errors and login page To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/968850/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
