horizon/openstack_dashboard/contrib/developer
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
..
enabled hacking: noqa cleanup in openstack_dashboard 2017-03-17 19:38:47 +00:00
form_builder flake8-import-order: Ensure to place project imports last 2017-09-20 01:19:38 +00:00
profiler Handle partial dict setting 2019-09-26 14:31:17 +09:00
resource_browser flake8-import-order: Ensure to place project imports last 2017-09-20 01:19:38 +00:00
static/dashboard/developer i18n: Do not include html directives in translation strings 2018-01-31 22:31:53 +09:00
theme_preview Merge "Renamed bootstrap theme preview page" 2016-11-09 02:39:34 +00:00
__init__.py Add Developer Dashboard + Bootstrap Theme Preview 2015-12-06 12:04:11 +00:00
dashboard.py Define default settings explicitly (openstack_dashboard 5/5) 2019-07-08 18:20:32 +09:00
tests.py Add Developer Dashboard + Bootstrap Theme Preview 2015-12-06 12:04:11 +00:00