← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1472687] [NEW] local_settings HORIZON_CONFIG is over writing previously defined config

 

Public bug reported:

the local_settings.py example file redefines the HORIZON_CONFIG section
of config info.

This creates confusion as to what is used why and where to make changes.

The correct way is to have the local_settings.py example do things like:

HORIZON_CONFIG["password_validator"]
or 
HORIZON_CONFIG["simple_ip_management"] 

redeclaring HORIZON_CONFIG creates a lot of issues for errors

** Affects: horizon
     Importance: Low
         Status: Confirmed


** Tags: low-hanging-fruit

** Tags added: low-hanging-fruit

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

Title:
  local_settings HORIZON_CONFIG is over writing previously defined
  config

Status in OpenStack Dashboard (Horizon):
  Confirmed

Bug description:
  the local_settings.py example file redefines the HORIZON_CONFIG
  section of config info.

  This creates confusion as to what is used why and where to make
  changes.

  The correct way is to have the local_settings.py example do things
  like:

  HORIZON_CONFIG["password_validator"]
  or 
  HORIZON_CONFIG["simple_ip_management"] 

  redeclaring HORIZON_CONFIG creates a lot of issues for errors

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


Follow ups