Advertisement
Guest User

openstack error

a guest
Jul 10th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. [Fri Jul 10 16:44:03 2015] [error] [client 172.16.0.81] mod_wsgi (pid=23541): Exception occurred processing WSGI script '/usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi'.
  2. [Fri Jul 10 16:44:03 2015] [error] [client 172.16.0.81] Traceback (most recent call last):
  3. [Fri Jul 10 16:44:03 2015] [error] [client 172.16.0.81] File "/usr/lib/python2.6/site-packages/django/core/handlers/wsgi.py", line 219, in __call__
  4. [Fri Jul 10 16:44:03 2015] [error] [client 172.16.0.81] self.load_middleware()
  5. [Fri Jul 10 16:44:03 2015] [error] [client 172.16.0.81] File "/usr/lib/python2.6/site-packages/django/core/handlers/base.py", line 37, in load_middleware
  6. [Fri Jul 10 16:44:03 2015] [error] [client 172.16.0.81] for middleware_path in settings.MIDDLEWARE_CLASSES:
  7. [Fri Jul 10 16:44:03 2015] [error] [client 172.16.0.81] File "/usr/lib/python2.6/site-packages/django/utils/functional.py", line 184, in inner
  8. [Fri Jul 10 16:44:03 2015] [error] [client 172.16.0.81] self._setup()
  9. [Fri Jul 10 16:44:03 2015] [error] [client 172.16.0.81] File "/usr/lib/python2.6/site-packages/django/conf/__init__.py", line 42, in _setup
  10. [Fri Jul 10 16:44:03 2015] [error] [client 172.16.0.81] self._wrapped = Settings(settings_module)
  11. [Fri Jul 10 16:44:03 2015] [error] [client 172.16.0.81] File "/usr/lib/python2.6/site-packages/django/conf/__init__.py", line 95, in __init__
  12. [Fri Jul 10 16:44:03 2015] [error] [client 172.16.0.81] raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  13. [Fri Jul 10 16:44:03 2015] [error] [client 172.16.0.81] ImportError: Could not import settings 'openstack_dashboard.settings' (Is it on sys.path?): No module named pkg_resources
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement