← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1484943] [NEW] no such option: config_dir after session expires

 

Public bug reported:

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

** Affects: horizon
     Importance: Undecided
         Status: New

-- 
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):
  New

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


Follow ups