Thread: openstack dashboard on 11.10
does have openstack dashboard working on 11.10? can apt-get openstack-dashboard not seem install things properly.
got webserver running doing
dashboard/manage.py runserver 0.0.0.0:8000
following error:
traceback (most recent call last): file "/usr/lib/pymodules/python2.7/django/core/servers/basehttp.py", line 283, in run self.result = application(self.environ, self.start_response) file "/usr/lib/pymodules/python2.7/django/contrib/staticfiles/handlers.py", line 68, in __call__ return self.application(environ, start_response) file "/usr/lib/pymodules/python2.7/django/core/handlers/wsgi.py", line 250, in __call__ self.load_middleware() file "/usr/lib/pymodules/python2.7/django/core/handlers/base.py", line 47, in load_middleware raise exceptions.improperlyconfigured('error importing middleware %s: "%s"' % (mw_module, e)) improperlyconfigured: error importing middleware django_openstack.middleware.keystone: "no module named openstackx"
openstackx lib installed.
ideas?
same issue here pootle on ubuntu 11.10.
whereas fire browser , point 8080 , nice pootle server, getting:
traceback (most recent call last):
file "/usr/lib/pymodules/python2.7/django/core/servers/basehttp.py", line 283, in run
self.result = application(self.environ, self.start_response)
file "/usr/lib/pymodules/python2.7/django/contrib/staticfiles/handlers.py", line 68, in __call__
return self.application(environ, start_response)
file "/usr/lib/pymodules/python2.7/django/core/handlers/wsgi.py", line 250, in __call__
self.load_middleware()
file "/usr/lib/pymodules/python2.7/django/core/handlers/base.py", line 47, in load_middleware
raise exceptions.improperlyconfigured('error importing middleware %s: "%s"' % (mw_module, e))
improperlyconfigured: error importing middleware pootle_misc.middleware.siteconfig: "no module named thread_support"
frustrating. ubuntu server... not expect production server go out of work this. thinking migrating server debian stable.
Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Ubuntu Cloud and Juju [ubuntu] openstack dashboard on 11.10
Ubuntu
Comments
Post a Comment