← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1626858] [NEW] The explanation of how to use the customization_module may confuse users.

 

Public bug reported:

The explanation of how to use costomization_module is writtend by
http://docs.openstack.org/developer/horizon/topics/customizing.html
#horizon-customization-module-overrides.

And this sample code is below.

HORIZON_CONFIG = {
    "customization_module": "my_project.overrides"
}

However, if a user do so, other attributes that HORIZON_CONFIG have are eliminated.
In latest horizon, it would caues circular redirect loop.
So, Avoiding confusing users, we should indicate more safe way like below.

HORIZON_CONFIG["customization_module"] = "my_project.overrides"

** Affects: horizon
     Importance: Undecided
     Assignee: Kenji Ishii (ken-ishii)
         Status: New

** Changed in: horizon
     Assignee: (unassigned) => Kenji Ishii (ken-ishii)

-- 
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/1626858

Title:
  The explanation of how to use the customization_module may confuse
  users.

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  The explanation of how to use costomization_module is writtend by
  http://docs.openstack.org/developer/horizon/topics/customizing.html
  #horizon-customization-module-overrides.

  And this sample code is below.

  HORIZON_CONFIG = {
      "customization_module": "my_project.overrides"
  }

  However, if a user do so, other attributes that HORIZON_CONFIG have are eliminated.
  In latest horizon, it would caues circular redirect loop.
  So, Avoiding confusing users, we should indicate more safe way like below.

  HORIZON_CONFIG["customization_module"] = "my_project.overrides"

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1626858/+subscriptions


Follow ups