Observed the same issue after new deployment. Happens for both admin and
project console:

[Wed May 25 19:09:37.704117 2016] [wsgi:error] [pid 1884:tid 140612165875456] 
Internal Server Error: /horizon/admin/shares/
[Wed May 25 19:09:37.704192 2016] [wsgi:error] [pid 1884:tid 140612165875456] 
Traceback (most recent call last):
[Wed May 25 19:09:37.704197 2016] [wsgi:error] [pid 1884:tid 140612165875456]   
File "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py", line 132, 
in get_response
[Wed May 25 19:09:37.704201 2016] [wsgi:error] [pid 1884:tid 140612165875456]   
  response = wrapped_callback(request, *callback_args, **callback_kwargs)
[Wed May 25 19:09:37.704203 2016] [wsgi:error] [pid 1884:tid 140612165875456]   
File 
"/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../horizon/decorators.py",
 line 36, in dec
[Wed May 25 19:09:37.704206 2016] [wsgi:error] [pid 1884:tid 140612165875456]   
  return view_func(request, *args, **kwargs)
[Wed May 25 19:09:37.704209 2016] [wsgi:error] [pid 1884:tid 140612165875456]   
File 
"/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../horizon/decorators.py",
 line 84, in dec
[Wed May 25 19:09:37.704211 2016] [wsgi:error] [pid 1884:tid 140612165875456]   
  return view_func(request, *args, **kwargs)
[Wed May 25 19:09:37.704214 2016] [wsgi:error] [pid 1884:tid 140612165875456]   
File 
"/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../horizon/decorators.py",
 line 52, in dec
[Wed May 25 19:09:37.704216 2016] [wsgi:error] [pid 1884:tid 140612165875456]   
  return view_func(request, *args, **kwargs)
[Wed May 25 19:09:37.704218 2016] [wsgi:error] [pid 1884:tid 140612165875456]   
File 
"/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../horizon/decorators.py",
 line 36, in dec
[Wed May 25 19:09:37.704221 2016] [wsgi:error] [pid 1884:tid 140612165875456]   
  return view_func(request, *args, **kwargs)
[Wed May 25 19:09:37.704223 2016] [wsgi:error] [pid 1884:tid 140612165875456]   
File 
"/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../horizon/decorators.py",
 line 84, in dec
[Wed May 25 19:09:37.704225 2016] [wsgi:error] [pid 1884:tid 140612165875456]   
  return view_func(request, *args, **kwargs)
[Wed May 25 19:09:37.704228 2016] [wsgi:error] [pid 1884:tid 140612165875456]   
File "/usr/lib/python2.7/dist-packages/django/views/generic/base.py", line 71, 
in view
[Wed May 25 19:09:37.704230 2016] [wsgi:error] [pid 1884:tid 140612165875456]   
  return self.dispatch(request, *args, **kwargs)
[Wed May 25 19:09:37.704232 2016] [wsgi:error] [pid 1884:tid 140612165875456]   
File "/usr/lib/python2.7/dist-packages/django/views/generic/base.py", line 89, 
in dispatch
[Wed May 25 19:09:37.704235 2016] [wsgi:error] [pid 1884:tid 140612165875456]   
  return handler(request, *args, **kwargs)
[Wed May 25 19:09:37.704237 2016] [wsgi:error] [pid 1884:tid 140612165875456]   
File 
"/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../horizon/tabs/views.py",
 line 147, in get
[Wed May 25 19:09:37.704239 2016] [wsgi:error] [pid 1884:tid 140612165875456]   
  return self.handle_tabbed_response(context["tab_group"], context)
[Wed May 25 19:09:37.704242 2016] [wsgi:error] [pid 1884:tid 140612165875456]   
File 
"/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../horizon/tabs/views.py",
 line 68, in handle_tabbed_response
[Wed May 25 19:09:37.704267 2016] [wsgi:error] [pid 1884:tid 140612165875456]   
  return self.render_to_response(context)
[Wed May 25 19:09:37.704270 2016] [wsgi:error] [pid 1884:tid 140612165875456]   
File 
"/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../horizon/tabs/views.py",
 line 81, in render_to_response
[Wed May 25 19:09:37.704273 2016] [wsgi:error] [pid 1884:tid 140612165875456]   
  response.render()
[Wed May 25 19:09:37.704275 2016] [wsgi:error] [pid 1884:tid 140612165875456]   
File "/usr/lib/python2.7/dist-packages/django/template/response.py", line 158, 
in render
[Wed May 25 19:09:37.704278 2016] [wsgi:error] [pid 1884:tid 140612165875456]   
  self.content = self.rendered_content
[Wed May 25 19:09:37.704280 2016] [wsgi:error] [pid 1884:tid 140612165875456]   
File "/usr/lib/python2.7/dist-packages/django/template/response.py", line 133, 
in rendered_content
[Wed May 25 19:09:37.704282 2016] [wsgi:error] [pid 1884:tid 140612165875456]   
  template = self._resolve_template(self.template_name)
[Wed May 25 19:09:37.704285 2016] [wsgi:error] [pid 1884:tid 140612165875456]   
File "/usr/lib/python2.7/dist-packages/django/template/response.py", line 88, 
in _resolve_template
[Wed May 25 19:09:37.704287 2016] [wsgi:error] [pid 1884:tid 140612165875456]   
  new_template = self.resolve_template(template)
[Wed May 25 19:09:37.704337 2016] [wsgi:error] [pid 1884:tid 140612165875456]   
File "/usr/lib/python2.7/dist-packages/django/template/response.py", line 78, 
in resolve_template
[Wed May 25 19:09:37.704373 2016] [wsgi:error] [pid 1884:tid 140612165875456]   
  return loader.select_template(template, using=self.using)
[Wed May 25 19:09:37.704377 2016] [wsgi:error] [pid 1884:tid 140612165875456]   
File "/usr/lib/python2.7/dist-packages/django/template/loader.py", line 76, in 
select_template
[Wed May 25 19:09:37.704379 2016] [wsgi:error] [pid 1884:tid 140612165875456]   
  raise TemplateDoesNotExist(', '.join(template_name_list))
[Wed May 25 19:09:37.704382 2016] [wsgi:error] [pid 1884:tid 140612165875456] 
TemplateDoesNotExist: admin/shares/index.html


Wed May 25 18:45:29.549492 2016] [wsgi:error] [pid 8517:tid 140345840854784] 
Internal Server Error: /horizon/project/shares/
[Wed May 25 18:45:29.549523 2016] [wsgi:error] [pid 8517:tid 140345840854784] 
Traceback (most recent call last):
[Wed May 25 18:45:29.549526 2016] [wsgi:error] [pid 8517:tid 140345840854784]   
File "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py", line 132, 
in get_response
[Wed May 25 18:45:29.549529 2016] [wsgi:error] [pid 8517:tid 140345840854784]   
  response = wrapped_callback(request, *callback_args, **callback_kwargs)
[Wed May 25 18:45:29.549532 2016] [wsgi:error] [pid 8517:tid 140345840854784]   
File 
"/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../horizon/decorators.py",
 line 36, in dec
[Wed May 25 18:45:29.549534 2016] [wsgi:error] [pid 8517:tid 140345840854784]   
  return view_func(request, *args, **kwargs)
[Wed May 25 18:45:29.549536 2016] [wsgi:error] [pid 8517:tid 140345840854784]   
File 
"/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../horizon/decorators.py",
 line 52, in dec
[Wed May 25 18:45:29.549539 2016] [wsgi:error] [pid 8517:tid 140345840854784]   
  return view_func(request, *args, **kwargs)
[Wed May 25 18:45:29.549541 2016] [wsgi:error] [pid 8517:tid 140345840854784]   
File 
"/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../horizon/decorators.py",
 line 36, in dec
[Wed May 25 18:45:29.549543 2016] [wsgi:error] [pid 8517:tid 140345840854784]   
  return view_func(request, *args, **kwargs)
[Wed May 25 18:45:29.549545 2016] [wsgi:error] [pid 8517:tid 140345840854784]   
File 
"/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../horizon/decorators.py",
 line 84, in dec
[Wed May 25 18:45:29.549547 2016] [wsgi:error] [pid 8517:tid 140345840854784]   
  return view_func(request, *args, **kwargs)
[Wed May 25 18:45:29.549549 2016] [wsgi:error] [pid 8517:tid 140345840854784]   
File "/usr/lib/python2.7/dist-packages/django/views/generic/base.py", line 71, 
in view
[Wed May 25 18:45:29.549551 2016] [wsgi:error] [pid 8517:tid 140345840854784]   
  return self.dispatch(request, *args, **kwargs)
[Wed May 25 18:45:29.549553 2016] [wsgi:error] [pid 8517:tid 140345840854784]   
File "/usr/lib/python2.7/dist-packages/django/views/generic/base.py", line 89, 
in dispatch
[Wed May 25 18:45:29.549556 2016] [wsgi:error] [pid 8517:tid 140345840854784]   
  return handler(request, *args, **kwargs)
[Wed May 25 18:45:29.549558 2016] [wsgi:error] [pid 8517:tid 140345840854784]   
File 
"/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../horizon/tabs/views.py",
 line 147, in get
[Wed May 25 18:45:29.549560 2016] [wsgi:error] [pid 8517:tid 140345840854784]   
  return self.handle_tabbed_response(context["tab_group"], context)
[Wed May 25 18:45:29.549562 2016] [wsgi:error] [pid 8517:tid 140345840854784]   
File 
"/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../horizon/tabs/views.py",
 line 68, in handle_tabbed_response
[Wed May 25 18:45:29.549565 2016] [wsgi:error] [pid 8517:tid 140345840854784]   
  return self.render_to_response(context)
[Wed May 25 18:45:29.549567 2016] [wsgi:error] [pid 8517:tid 140345840854784]   
File 
"/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../horizon/tabs/views.py",
 line 81, in render_to_response
[Wed May 25 18:45:29.549569 2016] [wsgi:error] [pid 8517:tid 140345840854784]   
  response.render()
[Wed May 25 18:45:29.549571 2016] [wsgi:error] [pid 8517:tid 140345840854784]   
File "/usr/lib/python2.7/dist-packages/django/template/response.py", line 158, 
in render
[Wed May 25 18:45:29.549573 2016] [wsgi:error] [pid 8517:tid 140345840854784]   
  self.content = self.rendered_content
[Wed May 25 18:45:29.549592 2016] [wsgi:error] [pid 8517:tid 140345840854784]   
File "/usr/lib/python2.7/dist-packages/django/template/response.py", line 133, 
in rendered_content
[Wed May 25 18:45:29.549595 2016] [wsgi:error] [pid 8517:tid 140345840854784]   
  template = self._resolve_template(self.template_name)
[Wed May 25 18:45:29.549597 2016] [wsgi:error] [pid 8517:tid 140345840854784]   
File "/usr/lib/python2.7/dist-packages/django/template/response.py", line 88, 
in _resolve_template
[Wed May 25 18:45:29.549600 2016] [wsgi:error] [pid 8517:tid 140345840854784]   
  new_template = self.resolve_template(template)
[Wed May 25 18:45:29.549602 2016] [wsgi:error] [pid 8517:tid 140345840854784]   
File "/usr/lib/python2.7/dist-packages/django/template/response.py", line 78, 
in resolve_template
[Wed May 25 18:45:29.549604 2016] [wsgi:error] [pid 8517:tid 140345840854784]   
  return loader.select_template(template, using=self.using)
[Wed May 25 18:45:29.549606 2016] [wsgi:error] [pid 8517:tid 140345840854784]   
File "/usr/lib/python2.7/dist-packages/django/template/loader.py", line 76, in 
select_template
[Wed May 25 18:45:29.549608 2016] [wsgi:error] [pid 8517:tid 140345840854784]   
  raise TemplateDoesNotExist(', '.join(template_name_list))
[Wed May 25 18:45:29.549610 2016] [wsgi:error] [pid 8517:tid 140345840854784] 
TemplateDoesNotExist: project/shares/index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1579688

Title:
  Templates missing from manila-ui package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/manila-ui/+bug/1579688/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to