** Changed in: horizon Status: Fix Committed => Fix Released ** Changed in: horizon Milestone: None => liberty-1
-- 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: identity panel link in header Status in OpenStack Dashboard (Horizon): Fix Released 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 The link is located in Topbar - project dropdown at the bottom below the line. It says "More Projects" 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 -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp