yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #36765
[Bug 1483852] [NEW] Cannot specify multiple Horizon plug-in overrides files
Public bug reported:
Horizon plug-ins wishing to add actions to existing Horizon table or row
actions can configure this with an overrides file.
But in local_settings.py, only one 'customization_module' can be
processed by Horizon at a time.
Therefore, if two or more plug-ins wish to utilize this feature, only
one be activated at a time.
HORIZON_CONFIG = {
...
'customization_module' : 'myplugin.overrides'
}
** 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/1483852
Title:
Cannot specify multiple Horizon plug-in overrides files
Status in OpenStack Dashboard (Horizon):
New
Bug description:
Horizon plug-ins wishing to add actions to existing Horizon table or
row actions can configure this with an overrides file.
But in local_settings.py, only one 'customization_module' can be
processed by Horizon at a time.
Therefore, if two or more plug-ins wish to utilize this feature, only
one be activated at a time.
HORIZON_CONFIG = {
...
'customization_module' : 'myplugin.overrides'
}
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1483852/+subscriptions
Follow ups