Cannot specify multiple Horizon plug-in overrides files

Bug #1483852 reported by Richard Hagarty
6
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_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'
}

Revision history for this message
Rob Cresswell (robcresswell-deactivatedaccount) wrote :

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.

Changed in horizon:
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.