Comment 15 for bug 1210253

Revision history for this message
Julian Sternberg (jules-i) wrote :

Same Problem here. How have you fixed this?!?!?!

My log looks like this:
[Thu Sep 26 17:47:41 2013] [error] Warning: Could not import Horizon dependencies. This is normal during installation.
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx] mod_wsgi (pid=3432): Exception occurred processing WSGI script '/usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi'.
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx] Traceback (most recent call last):
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx] File "/usr/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 219, in __call__
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx] self.load_middleware()
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx] File "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx] for middleware_path in settings.MIDDLEWARE_CLASSES:
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx] File "/usr/lib/python2.7/dist-packages/django/utils/functional.py", line 184, in inner
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx] self._setup()
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx] File "/usr/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx] self._wrapped = Settings(settings_module)
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx] File "/usr/lib/python2.7/dist-packages/django/conf/__init__.py", line 93, in __init__
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx] mod = importlib.import_module(self.SETTINGS_MODULE)
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx] File "/usr/lib/python2.7/dist-packages/django/utils/importlib.py", line 35, in import_module
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx] __import__(name)
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx] File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/settings.py", line 182, in <module>
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx] from local.local_settings import *
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx] File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/local/local_settings.py", line 91, in <module>
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx] from horizon.utils import secret_key
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx] File "/usr/lib/python2.7/dist-packages/horizon/__init__.py", line 55, in <module>
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx] assert Dashboard
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx] NameError: name 'Dashboard' is not defined