yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #23215
[Bug 1372748] Re: Dashboards configured through settings file are not loaded in the right sequence
** Changed in: horizon
Status: Fix Committed => Fix Released
--
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 in the
right sequence
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
Dashboard registered using local_settings file are no longer loaded
correctly.
Dashboard defined directly via local_settings instead of plugin mechanism (using the enabled directory) does not loaded correctly. When rendered, it
loses the dashboard ordering.
local_settings.py:
HORIZON_CONFIG = {
'dashboards': ('project', 'admin', 'router',),
}
If no plugin config file is provided, the dashboard will be loaded in
a alphabetical order
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1372748/+subscriptions
References