Not sure what to do with this "bug" as I raised this specifically with
the Ubuntu package...

1) install memcached to match the config
2) change the config to not use memcached


1) installing memcached solved this problem.  So this could be included in 
dependencies for this package (as the configs, as supplied by Ubuntu assume 
memcached)
2) changing the config to below also worked.

Either way, doing an install of a package from Ubuntu should set
appropriate default values in the configs.

# 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'

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/960070

Title:
  Clicking on links within Dashboard sends me back to log in screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openstack-dashboard/+bug/960070/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to