← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1627032] [NEW] python-django-horizon 2:9.1.0-0ubuntu1 possible packaing problem - usage.html

 

Public bug reported:

I have Mitaka running on Ubuntu 16.04.x with a few optional components
added. Several weeks ago, updated packages from launchpad, including
horizon (now at 2:0.1.0-0ubuntu1), and now I am getting a
TemplateDoesNotExist exception on usage.html when I click on Project-
Compute-Overview in Horizon.  I can see several usage.html files in the
Horizon tree, and I have compared against a GIT clone of the Horizon
tree just to see what I am missing, but nothing stands out...so, not
sure what is missing.

Internal Server Error: /horizon/project/
 Traceback (most recent call last):
   File "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py", line 164, in get_response
     response = response.render()
   File "/usr/lib/python2.7/dist-packages/django/template/response.py", line 158, in render
     self.content = self.rendered_content
   File "/usr/lib/python2.7/dist-packages/django/template/response.py", line 133,in rendered_content
     template = self._resolve_template(self.template_name)
   File "/usr/lib/python2.7/dist-packages/django/template/response.py", line 88,in _resolve_template
     new_template = self.resolve_template(template)
   File "/usr/lib/python2.7/dist-packages/django/template/response.py", line 80, in resolve_template
     return loader.get_template(template, using=self.using)
   File "/usr/lib/python2.7/dist-packages/django/template/loader.py", line 46, in get_template
     raise TemplateDoesNotExist(template_name)
 TemplateDoesNotExist: usage.html

I also ran python manage.py shell in /usr/share/openstack_dashboard to
see if I could figure out what was missing, but I could not. I'm not
very familiar with Django.

** Affects: horizon
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1627032

Title:
  python-django-horizon 2:9.1.0-0ubuntu1 possible packaing problem -
  usage.html

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  I have Mitaka running on Ubuntu 16.04.x with a few optional components
  added. Several weeks ago, updated packages from launchpad, including
  horizon (now at 2:0.1.0-0ubuntu1), and now I am getting a
  TemplateDoesNotExist exception on usage.html when I click on Project-
  Compute-Overview in Horizon.  I can see several usage.html files in
  the Horizon tree, and I have compared against a GIT clone of the
  Horizon tree just to see what I am missing, but nothing stands
  out...so, not sure what is missing.

  Internal Server Error: /horizon/project/
   Traceback (most recent call last):
     File "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py", line 164, in get_response
       response = response.render()
     File "/usr/lib/python2.7/dist-packages/django/template/response.py", line 158, in render
       self.content = self.rendered_content
     File "/usr/lib/python2.7/dist-packages/django/template/response.py", line 133,in rendered_content
       template = self._resolve_template(self.template_name)
     File "/usr/lib/python2.7/dist-packages/django/template/response.py", line 88,in _resolve_template
       new_template = self.resolve_template(template)
     File "/usr/lib/python2.7/dist-packages/django/template/response.py", line 80, in resolve_template
       return loader.get_template(template, using=self.using)
     File "/usr/lib/python2.7/dist-packages/django/template/loader.py", line 46, in get_template
       raise TemplateDoesNotExist(template_name)
   TemplateDoesNotExist: usage.html

  I also ran python manage.py shell in /usr/share/openstack_dashboard to
  see if I could figure out what was missing, but I could not. I'm not
  very familiar with Django.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1627032/+subscriptions


Follow ups