horizon/openstack_dashboard/dashboards/admin/info
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
..
templates/info UX: System Information Overflow Fail 2016-08-05 09:15:31 -07:00
__init__.py Reworks quotas and services panels into System Info panel. 2012-11-17 15:49:17 -08:00
constants.py Host aggregates panel. 2014-03-04 15:25:32 +00:00
panel.py Drop Heat related code from horizon 2017-12-05 07:38:55 +00:00
tables.py Handle partial dict setting 2019-09-26 14:31:17 +09:00
tabs.py admin info: check required service for network tab 2018-09-08 19:00:20 +00:00
tests.py Convert admin.info tests into mock 2018-03-18 17:15:47 +09:00
urls.py Update URLs to Django 1.8+ style 2016-03-28 11:03:08 +01:00
views.py Reduce page title duplication in Admin views 2015-02-11 16:33:20 +00:00