horizon/openstack_dashboard/utils
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 Neutron Security Group native support 2013-07-12 21:03:40 +09:00
config.py Use oslo.config for Horizon configuration 2017-11-27 17:03:56 +09:00
config_types.py Get rid of keys() usage 2018-11-30 11:15:27 +00:00
filters.py Fix H405 (multi line docstring) warnings (openstack_dashboard) 2017-06-09 16:05:31 +00:00
futurist_utils.py Refactor futurist calls 2018-03-14 21:15:52 +02:00
identity.py Disentangle domain context from effective domain 2017-02-13 11:40:57 +01:00
settings.py Handle partial dict setting 2019-09-26 14:31:17 +09:00