horizon/openstack_dashboard/test/tests
Radomir Dopieralski 9b0c511ca6 Use oslo.config for Horizon configuration
This patch adds the infrastructure needed to move the configuration
of Horizon into oslo.config-compatible configuration file, instead of
the Django's Python-based configuration. It doesn't actually define
any configuration options, just the mechanism for loading them and the
additional types necessary to handle Horizon's complex configuration,
and the integration with oslo-config-generator.

Subsequent patches will add groups of options, making it possible to use
them in the local_settings.conf file instead of the local_settings.py
file. Note, that the options specified in the local_settings.py file
will continue to work.

Partially-Implements: blueprint ini-based-configuration
Change-Id: I2ed79ef0c6ac6d3816bba13346b7d001c46a7e80
2017-11-27 17:03:56 +09:00
..
__init__.py Allow running tests individually 2012-11-15 14:50:51 +11:00
error_pages.py Fix compatibility issues with Django 1.10 2016-09-20 12:29:16 +01:00
policy.py Specify POLICY_CHECK_FUNCTION as a string 2016-11-25 13:06:14 +01:00
policy_backend.py Specify POLICY_CHECK_FUNCTION as a string 2016-11-25 13:06:14 +01:00
quotas.py Correct quota usage check for instances 2017-10-23 14:18:50 +00:00
selenium_tests.py Use assertGreater(len(x), 0) instead of assertTrue(len(x) > 0) 2016-12-09 11:11:41 +07:00
templates.py Add support for downloading clouds.yaml files 2017-04-06 17:16:55 +00:00
utils.py Use oslo.config for Horizon configuration 2017-11-27 17:03:56 +09:00