-
Notifications
You must be signed in to change notification settings - Fork 16
Description
python-manila-ui is the manila horizon plugin to configure manila shares through the openstack dashboard, but after install it horizon fails with:
[Tue Jun 07 13:14:34.997326 2016] [wsgi:error] [pid 1224:tid 139763755489024] Internal Server Error: /project/shares/
[Tue Jun 07 13:14:34.997362 2016] [wsgi:error] [pid 1224:tid 139763755489024] Traceback (most recent call last):
[Tue Jun 07 13:14:34.997370 2016] [wsgi:error] [pid 1224:tid 139763755489024] File "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py", line 132, in get_response
[Tue Jun 07 13:14:34.997378 2016] [wsgi:error] [pid 1224:tid 139763755489024] response = wrapped_callback(request, _callback_args, *_callback_kwargs)
[Tue Jun 07 13:14:34.997385 2016] [wsgi:error] [pid 1224:tid 139763755489024] File "/usr/lib/python2.7/dist-packages/horizon/decorators.py", line 36, in dec
[Tue Jun 07 13:14:34.997393 2016] [wsgi:error] [pid 1224:tid 139763755489024] return view_func(request, _args, *_kwargs)
[Tue Jun 07 13:14:34.997400 2016] [wsgi:error] [pid 1224:tid 139763755489024] File "/usr/lib/python2.7/dist-packages/horizon/decorators.py", line 52, in dec
[Tue Jun 07 13:14:34.997407 2016] [wsgi:error] [pid 1224:tid 139763755489024] return view_func(request, _args, *_kwargs)
[Tue Jun 07 13:14:34.997414 2016] [wsgi:error] [pid 1224:tid 139763755489024] File "/usr/lib/python2.7/dist-packages/horizon/decorators.py", line 36, in dec
[Tue Jun 07 13:14:34.997421 2016] [wsgi:error] [pid 1224:tid 139763755489024] return view_func(request, _args, *_kwargs)
[Tue Jun 07 13:14:34.997428 2016] [wsgi:error] [pid 1224:tid 139763755489024] File "/usr/lib/python2.7/dist-packages/horizon/decorators.py", line 84, in dec
[Tue Jun 07 13:14:34.997435 2016] [wsgi:error] [pid 1224:tid 139763755489024] return view_func(request, _args, *_kwargs)
[Tue Jun 07 13:14:34.997442 2016] [wsgi:error] [pid 1224:tid 139763755489024] File "/usr/lib/python2.7/dist-packages/django/views/generic/base.py", line 71, in view
[Tue Jun 07 13:14:34.997449 2016] [wsgi:error] [pid 1224:tid 139763755489024] return self.dispatch(request, _args, *_kwargs)
[Tue Jun 07 13:14:34.997456 2016] [wsgi:error] [pid 1224:tid 139763755489024] File "/usr/lib/python2.7/dist-packages/django/views/generic/base.py", line 89, in dispatch
[Tue Jun 07 13:14:34.997464 2016] [wsgi:error] [pid 1224:tid 139763755489024] return handler(request, _args, *_kwargs)
[Tue Jun 07 13:14:34.997471 2016] [wsgi:error] [pid 1224:tid 139763755489024] File "/usr/lib/python2.7/dist-packages/horizon/tabs/views.py", line 147, in get
[Tue Jun 07 13:14:34.997478 2016] [wsgi:error] [pid 1224:tid 139763755489024] return self.handle_tabbed_response(context["tab_group"], context)
[Tue Jun 07 13:14:34.997508 2016] [wsgi:error] [pid 1224:tid 139763755489024] File "/usr/lib/python2.7/dist-packages/horizon/tabs/views.py", line 68, in handle_tabbed_response
[Tue Jun 07 13:14:34.997516 2016] [wsgi:error] [pid 1224:tid 139763755489024] return self.render_to_response(context)
[Tue Jun 07 13:14:34.997523 2016] [wsgi:error] [pid 1224:tid 139763755489024] File "/usr/lib/python2.7/dist-packages/horizon/tabs/views.py", line 81, in render_to_response
[Tue Jun 07 13:14:34.997530 2016] [wsgi:error] [pid 1224:tid 139763755489024] response.render()
[Tue Jun 07 13:14:34.997537 2016] [wsgi:error] [pid 1224:tid 139763755489024] File "/usr/lib/python2.7/dist-packages/django/template/response.py", line 158, in render
[Tue Jun 07 13:14:34.997544 2016] [wsgi:error] [pid 1224:tid 139763755489024] self.content = self.rendered_content
[Tue Jun 07 13:14:34.997551 2016] [wsgi:error] [pid 1224:tid 139763755489024] File "/usr/lib/python2.7/dist-packages/django/template/response.py", line 133, in rendered_content
[Tue Jun 07 13:14:34.997559 2016] [wsgi:error] [pid 1224:tid 139763755489024] template = self._resolve_template(self.template_name)
[Tue Jun 07 13:14:34.997566 2016] [wsgi:error] [pid 1224:tid 139763755489024] File "/usr/lib/python2.7/dist-packages/django/template/response.py", line 88, in _resolve_template
[Tue Jun 07 13:14:34.997573 2016] [wsgi:error] [pid 1224:tid 139763755489024] new_template = self.resolve_template(template)
[Tue Jun 07 13:14:34.997580 2016] [wsgi:error] [pid 1224:tid 139763755489024] File "/usr/lib/python2.7/dist-packages/django/template/response.py", line 78, in resolve_template
[Tue Jun 07 13:14:34.997588 2016] [wsgi:error] [pid 1224:tid 139763755489024] return loader.select_template(template, using=self.using)
[Tue Jun 07 13:14:34.997595 2016] [wsgi:error] [pid 1224:tid 139763755489024] File "/usr/lib/python2.7/dist-packages/django/template/loader.py", line 76, in select_template
[Tue Jun 07 13:14:34.997602 2016] [wsgi:error] [pid 1224:tid 139763755489024] raise TemplateDoesNotExist(', '.join(template_name_list))
[Tue Jun 07 13:14:34.997609 2016] [wsgi:error] [pid 1224:tid 139763755489024] TemplateDoesNotExist: project/shares/index.html
It seems that this bug is reported in ubuntu:
https://bugs.launchpad.net/ubuntu/+source/manila-ui/+bug/1579688