← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1372748] [NEW] Dashboards configured through settings file are not loaded

 

Public bug reported:

Dashboard registered using local_settings file are no longer loaded.

Dashboard defined directly via local_settings instead of plugin
mechanism (using the enabled directory) does not loaded correctly.

local_settings.py:
HORIZON_CONFIG = {
    'dashboards': ('project', 'admin', 'router',),
}

If no plugin config file is provided, the dashboard will either be
loaded in a random order or not show up at all.

** Affects: horizon
     Importance: Undecided
     Assignee: Lin Hua Cheng (lin-hua-cheng)
         Status: New

** Changed in: horizon
     Assignee: (unassigned) => Lin Hua Cheng (lin-hua-cheng)

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

Title:
  Dashboards configured through settings file are not loaded

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Dashboard registered using local_settings file are no longer loaded.

  Dashboard defined directly via local_settings instead of plugin
  mechanism (using the enabled directory) does not loaded correctly.

  local_settings.py:
  HORIZON_CONFIG = {
      'dashboards': ('project', 'admin', 'router',),
  }

  If no plugin config file is provided, the dashboard will either be
  loaded in a random order or not show up at all.

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


Follow ups

References