*** This bug is a duplicate of bug 1675176 ***
    https://bugs.launchpad.net/bugs/1675176

Public bug reported:

As python dictionary does not support getattr(), options from
OPERATION_LOG_OPTIONS are ignored. The correct way to do this is
dict.get() and this change fixes the issue.

Current behaviour ignores both "mask_fields" and "format" from
local_settings file and always uses default values which are
['password'] and "[%(domain_name)s] ... [%(param)s]"

** 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/1687942

Title:
  OPERATION_LOG_OPTIONS setting ignored

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  As python dictionary does not support getattr(), options from
  OPERATION_LOG_OPTIONS are ignored. The correct way to do this is
  dict.get() and this change fixes the issue.

  Current behaviour ignores both "mask_fields" and "format" from
  local_settings file and always uses default values which are
  ['password'] and "[%(domain_name)s] ... [%(param)s]"

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to