horizon/openstack_dashboard/dashboards/project/routers
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
..
extensions Merge "Fixes IPv6 static route addition" 2019-05-29 11:06:49 +00:00
ports Merge "Add use_required_attribute = False in Add Interface Form" 2019-05-14 07:48:01 +00:00
templates/routers the name needs to be word wrap 2019-01-07 14:29:44 +08:00
__init__.py Support Quantum L3 function 2013-01-07 20:24:57 -08:00
forms.py Merge "Correct error messages on create and update router form" 2019-06-24 08:47:01 +00:00
panel.py Handle partial dict setting 2019-09-26 14:31:17 +09:00
tables.py django2: Replace django.core.urlresolves with django.urls 2018-02-17 01:36:48 +09:00
tabs.py Fix alignment issues for nav-tabs and ul on details panels 2017-01-18 11:40:14 -08:00
tests.py Fixes IPv6 static route addition 2019-05-02 23:07:20 +02:00
urls.py Remove router rules extension 2016-08-15 15:04:23 -07:00
views.py django2: Replace django.core.urlresolves with django.urls 2018-02-17 01:36:48 +09:00