← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1483852] Re: Cannot specify multiple Horizon plug-in overrides files

 

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

-- 
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):
  Won't Fix

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


References