Public bug reported:

Murano-dashboard throws the following exception:

[Mon May 09 09:14:25.963149 2016] [wsgi:error] [pid 30479:tid 140252105045760] 
Internal Server Error: /horizon/murano/environments/
[Mon May 09 09:14:25.963236 2016] [wsgi:error] [pid 30479:tid 140252105045760] 
Traceback (most recent call last):
[Mon May 09 09:14:25.963272 2016] [wsgi:error] [pid 30479:tid 140252105045760]  
 File "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py", line 
164, in get_response
[Mon May 09 09:14:25.963333 2016] [wsgi:error] [pid 30479:tid 140252105045760]  
   response = response.render()
[Mon May 09 09:14:25.963359 2016] [wsgi:error] [pid 30479:tid 140252105045760]  
 File "/usr/lib/python2.7/dist-packages/django/template/response.py", line 158, 
in render
[Mon May 09 09:14:25.963382 2016] [wsgi:error] [pid 30479:tid 140252105045760]  
   self.content = self.rendered_content
[Mon May 09 09:14:25.963404 2016] [wsgi:error] [pid 30479:tid 140252105045760]  
 File "/usr/lib/python2.7/dist-packages/django/template/response.py", line 133, 
in rendered_content
[Mon May 09 09:14:25.963427 2016] [wsgi:error] [pid 30479:tid 140252105045760]  
   template = self._resolve_template(self.template_name)
[Mon May 09 09:14:25.963456 2016] [wsgi:error] [pid 30479:tid 140252105045760]  
 File "/usr/lib/python2.7/dist-packages/django/template/response.py", line 88, 
in _resolve_template
[Mon May 09 09:14:25.963480 2016] [wsgi:error] [pid 30479:tid 140252105045760]  
   new_template = self.resolve_template(template)
[Mon May 09 09:14:25.963502 2016] [wsgi:error] [pid 30479:tid 140252105045760]  
 File "/usr/lib/python2.7/dist-packages/django/template/response.py", line 78, 
in resolve_template
[Mon May 09 09:14:25.963524 2016] [wsgi:error] [pid 30479:tid 140252105045760]  
   return loader.select_template(template, using=self.using)
[Mon May 09 09:14:25.963553 2016] [wsgi:error] [pid 30479:tid 140252105045760]  
 File "/usr/lib/python2.7/dist-packages/django/template/loader.py", line 76, in 
select_template
[Mon May 09 09:14:25.963576 2016] [wsgi:error] [pid 30479:tid 140252105045760]  
   raise TemplateDoesNotExist(', '.join(template_name_list))
[Mon May 09 09:14:25.963599 2016] [wsgi:error] [pid 30479:tid 140252105045760] 
TemplateDoesNotExist: environments/index.html


Seems the templates are missing from the package (2.0.0-1).

After copying the missing templates to /usr/lib/python2.7/dist-
packages/muranodashboard/templates, re-running manage.py collectstatic
and compress, the dashboard works.

** Affects: murano-dashboard (Ubuntu)
     Importance: Undecided
         Status: New

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

Title:
  Murano-dashboard throws exception in Xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/murano-dashboard/+bug/1579681/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to