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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to