yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #14535
[Bug 1321865] [NEW] Networks panel can't be actually disabled
Public bug reported:
I'm trying to disable the Networks panel for project dashboard. Putting like:
PANEL = 'networks'
PANEL_DASHBOARD = 'project'
PANEL_GROUP = 'network'
REMOVE_PANEL = True
to local/enabled works perfect but after that the networks panel under
Admin panel group got broken.
Django Version: 1.4.5
Exception Type: TemplateSyntaxError
Exception Value:
project/networks/_network_ips.html
Exception Location: /usr/lib/python2.7/dist-packages/django/template/loader.py in find_template, line 138
Python Executable: /usr/bin/python
Though, the same works with images panel in spite there are also
references to project like :
from openstack_dashboard.dashboards.project.images.images import views
** 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/1321865
Title:
Networks panel can't be actually disabled
Status in OpenStack Dashboard (Horizon):
New
Bug description:
I'm trying to disable the Networks panel for project dashboard. Putting like:
PANEL = 'networks'
PANEL_DASHBOARD = 'project'
PANEL_GROUP = 'network'
REMOVE_PANEL = True
to local/enabled works perfect but after that the networks panel under
Admin panel group got broken.
Django Version: 1.4.5
Exception Type: TemplateSyntaxError
Exception Value:
project/networks/_network_ips.html
Exception Location: /usr/lib/python2.7/dist-packages/django/template/loader.py in find_template, line 138
Python Executable: /usr/bin/python
Though, the same works with images panel in spite there are also
references to project like :
from openstack_dashboard.dashboards.project.images.images import views
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1321865/+subscriptions
Follow ups
References