Edit image results in TemplateError

Bug #901406 reported by Jay Pipes
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Dashboard (Horizon)
Fix Released
Critical
Gabriel Hurley

Bug Description

Clicking Edit button for an image in Dashboard -> Images panel results in the following:

TemplateSyntaxError at /nova/images/33fc014a-8d88-4c68-aae1-840c65fc0b4a/update/

Caught NoReverseMatch while rendering: u'image' is not a registered namespace inside 'horizon:nova'

Request Method: GET
Request URL: http://192.168.1.76/nova/images/33fc014a-8d88-4c68-aae1-840c65fc0b4a/update/
Django Version: 1.3
Exception Type: TemplateSyntaxError
Exception Value:

Caught NoReverseMatch while rendering: u'image' is not a registered namespace inside 'horizon:nova'

Exception Location: /usr/local/lib/python2.7/dist-packages/django/template/defaulttags.py in render, line 450
Python Executable: /usr/bin/python
Python Version: 2.7.2
Python Path:

['/home/stack/devstack/src/openstack',
 '/home/stack/devstack/src/python-keystoneclient',
 '/opt/stack/keystone',
 '/opt/stack/glance',
 '/opt/stack/python-novaclient',
 '/usr/local/lib/python2.7/dist-packages',
 '/opt/stack/nova',
 '/opt/stack/horizon/horizon',
 '/usr/lib/pymodules/python2.7',
 '/opt/stack/horizon/openstack-dashboard',
 '/opt/stack/openstackx',
 '/usr/lib/python2.7',
 '/usr/lib/python2.7/plat-linux2',
 '/usr/lib/python2.7/lib-tk',
 '/usr/lib/python2.7/lib-old',
 '/usr/lib/python2.7/lib-dynload',
 '/usr/lib/python2.7/dist-packages',
 '/usr/lib/python2.7/dist-packages/PIL',
 '/usr/lib/python2.7/dist-packages/gst-0.10',
 '/usr/lib/python2.7/dist-packages/gtk-2.0',
 '/usr/lib/python2.7/dist-packages/ubuntu-sso-client',
 '/usr/lib/python2.7/dist-packages/ubuntuone-client',
 '/usr/lib/python2.7/dist-packages/ubuntuone-control-panel',
 '/usr/lib/python2.7/dist-packages/ubuntuone-couch',
 '/usr/lib/python2.7/dist-packages/ubuntuone-installer',
 '/usr/lib/python2.7/dist-packages/ubuntuone-storage-protocol',
 '/opt/stack/horizon/openstack-dashboard/dashboard']

Server time: Wed, 7 Dec 2011 15:47:48 -0500
Template error

In template /opt/stack/horizon/horizon/horizon/dashboards/nova/templates/nova/images/_update.html, error at line 5
Caught NoReverseMatch while rendering: u'image' is not a registered namespace inside 'horizon:nova'
1 {% extends "horizon/common/_modal_form.html" %}
2 {% load i18n %}
3
4 {% block form_id %}update_image_form{% endblock %}
5 {% block form_action %}{% url horizon:nova:image:update %}{% endblock %}
...

Revision history for this message
Gabriel Hurley (gabriel-hurley) wrote :
Changed in horizon:
assignee: nobody → Gabriel Hurley (gabriel-hurley)
status: New → Fix Committed
Devin Carlen (devcamcar)
Changed in horizon:
importance: Undecided → Critical
milestone: none → essex-2
Thierry Carrez (ttx)
Changed in horizon:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in horizon:
milestone: essex-2 → 2012.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.