← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1399126] [NEW] itentity panel link in footer

 

Public bug reported:

There is a link in the header that points to the identity panel. This breaks the plugin mechanism as if Identity panel is disabled, Horizon throws an error:
NoReverseMatch at /infrastructure/nodes/
u'identity' is not a registered namespace inside 'horizon'
In template /home/stack/horizon/openstack_dashboard/templates/_header.html, error at line 20

This is caused by the url pointing to nonexistent Identity panel.

To reproduce:
Add openstack_dashboard/local/enabled/_30_identity.py file to Horizon. File content:
DASHBOARD = 'identity'
DISABLED = True

** Affects: horizon
     Importance: Undecided
         Status: New


** Tags: identity

** Description changed:

- There is a link in the footer that points to the identity panel. This breaks the plugin mechanism as if Identity panel is disabled, Horizon throws an error:
+ There is a link in the header that points to the identity panel. This breaks the plugin mechanism as if Identity panel is disabled, Horizon throws an error:
  NoReverseMatch at /infrastructure/nodes/
  u'identity' is not a registered namespace inside 'horizon'
  In template /home/stack/horizon/openstack_dashboard/templates/_header.html, error at line 20
  
  This is caused by the url pointing to nonexistent Identity panel.
  
  To reproduce:
  Add openstack_dashboard/local/enabled/_30_identity.py file to Horizon. File content:
  DASHBOARD = 'identity'
  DISABLED = True

-- 
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/1399126

Title:
  itentity panel link in footer

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  There is a link in the header that points to the identity panel. This breaks the plugin mechanism as if Identity panel is disabled, Horizon throws an error:
  NoReverseMatch at /infrastructure/nodes/
  u'identity' is not a registered namespace inside 'horizon'
  In template /home/stack/horizon/openstack_dashboard/templates/_header.html, error at line 20

  This is caused by the url pointing to nonexistent Identity panel.

  To reproduce:
  Add openstack_dashboard/local/enabled/_30_identity.py file to Horizon. File content:
  DASHBOARD = 'identity'
  DISABLED = True

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


Follow ups

References