Cannot specify multiple Horizon plug-in overrides files
Bug #1483852 reported by
Richard Hagarty
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard (Horizon) |
Won't Fix
|
Undecided
|
Unassigned |
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_
Therefore, if two or more plug-ins wish to utilize this feature, only one be activated at a time.
HORIZON_CONFIG = {
...
'customizati
}
To post a comment you must log in.
The overrides file is not intended to be used this way. Generally speaking, the overrides should be used as the last choice for overriding content; for example, you may use it for a specific customer deployment. If plugins need specific extension points these should be added in the horizon code base, not by hacking things with overrides.