horizon/horizon/middleware
Akihiro Motoki ec970fd6e8 Handle partial dict setting
In Train cycle, we moved the definition of default values
to openstack_dashboard/defaults.py. The current code accesses
a dict member using []. It requires operators to define a dict
setting with a full member.

This commit allows to use dict-type settings with partial members.

A new function is introduced to retrieve a dict-type setting
considering default values defined in
{openstack_dashboard,horizon,openstack_auth}/defaults.py

Change-Id: I7ff0ad4bca698aef9c0eba370b0570200a14367a
Closes-Bug: #1843104
2019-09-26 14:31:17 +09:00
..
__init__.py Add feature to log operations of users to Horizon 2016-05-31 10:34:08 +00:00
base.py Define default settings explicitly (horizon) 2019-09-12 15:05:56 +09:00
operation_log.py Handle partial dict setting 2019-09-26 14:31:17 +09:00