horizon/openstack_dashboard
Akihiro Motoki 4ef9ba94c0 Avoid duplicated maintenance of integration test config
Configurations of the integration tests are maintained both
in horizon.conf and in-code configuration. It is redundant.

Configurations of the integration tests are defined by oslo.config.
We can use default values from them and generate a sample config file
using oslo-config-generator.

This commit drops horizon.conf and generates the sample config.
We no longer have horizon.conf, so the logic to load the config files
is updated accordingly.

Also makes the usage of single and double quotes in config.py consistent.

Change-Id: Id16c9fd4114316ade63c74097e486623d0c5be9f
2020-01-10 00:55:43 +09:00
..
api Merge "Fix "prev" link pagination for instances with identical timestamps" 2019-12-27 17:44:58 +00:00
conf Drop cinder consistency group support 2019-05-03 18:16:23 +00:00
contrib Handle partial dict setting 2019-09-26 14:31:17 +09:00
dashboards Merge "Change Rebuild Instance Form select widget to normal style" 2020-01-07 02:52:34 +00:00
django_pyscss_fix Handle log message interpolation by the logger 2017-03-31 20:59:16 +09:00
enabled Drop cinder consistency group support 2019-05-03 18:16:23 +00:00
local Changed default identity url to horizon 2019-12-06 18:41:38 +08:00
locale Imported Translations from Zanata 2020-01-09 07:04:20 +00:00
management Use the python real executable 2019-07-17 16:23:33 +02:00
static Fix use of ngettext in registry getName 2019-12-20 09:44:48 +00:00
templates Forwards LOGOUT_URL to templates. 2019-09-20 11:51:48 +02:00
templatetags Define default settings explicitly (openstack_dashboard 5/5) 2019-07-08 18:20:32 +09:00
test Avoid duplicated maintenance of integration test config 2020-01-10 00:55:43 +09:00
themes Rework old customization templates and add new blocks 2019-01-03 17:45:29 +13:00
usage Fixes a series of bugs related to Floating IPs. 2019-12-17 13:30:25 +09:00
utils Handle partial dict setting 2019-09-26 14:31:17 +09:00
wsgi Create new wsgi.py file and deprecate old file 2018-05-15 01:41:01 +00:00
.eslintrc Add selective ESLint rule activation for Horizon Legacy JS 2015-07-08 17:06:15 -07:00
__init__.py
context_processors.py Forwards LOGOUT_URL to templates. 2019-09-20 11:51:48 +02:00
defaults.py Fix pep8 failures with hacking 2.0.0 2019-12-17 04:55:05 +00:00
exceptions.py Drop Heat related code from horizon 2017-12-05 07:38:55 +00:00
hooks.py pylint: fix import-error 2019-01-16 00:00:58 +09:00
karma.conf.js Makes the xstatic files lookup dynamic in the tests 2017-07-27 10:01:33 -04:00
policy.py Specify POLICY_CHECK_FUNCTION as a string 2016-11-25 13:06:14 +01:00
settings.py Merge "Fix pep8 failures with hacking 2.0.0" 2020-01-06 16:14:49 +00:00
theme_settings.py pylint: fix several warnings 2019-01-15 00:22:27 +09:00
urls.py Define default settings explicitly (openstack_dashboard 5/5) 2019-07-08 18:20:32 +09:00
views.py trivial: Add TODOs for remaining function-based views 2019-09-11 07:29:49 +09:00
wsgi.py Fixed path after moving wsgi/django.wsgi to wsgi.py 2018-09-06 12:05:37 +02:00