yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #63761
[Bug 1687942] [NEW] OPERATION_LOG_OPTIONS setting ignored
*** 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
Follow ups