yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #69968
[Bug 1484943] Re: no such option: config_dir after session expires
[Expired for OpenStack Dashboard (Horizon) because there has been no
activity for 60 days.]
** Changed in: horizon
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1484943
Title:
no such option: config_dir after session expires
Status in OpenStack Dashboard (Horizon):
Expired
Bug description:
When I trying to update page when http session has been expired I got
http://paste.openstack.org/show/414277/
Part of openstack_dashboard/local/local_settings.py I have changed
7 DEBUG = True
8 TEMPLATE_DEBUG = DEBUG
9
10 DATABASES = {
11 'default': {
12 'ENGINE': 'django.db.backends.sqlite3',
13 'NAME': 'dashboard.sqlite',
14 }
15 }
16
17 SESSION_ENGINE = 'django.contrib.sessions.backends.db'
pip freeze: http://paste.openstack.org/show/414279/
Looks like using unitialized oslo.config
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1484943/+subscriptions
References