horizon/openstack_dashboard/utils
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 Neutron Security Group native support 2013-07-12 21:03:40 +09:00
config.py Use oslo.config for Horizon configuration 2017-11-27 17:03:56 +09:00
config_types.py Use oslo.config for Horizon configuration 2017-11-27 17:03:56 +09:00
filters.py Fix H405 (multi line docstring) warnings (openstack_dashboard) 2017-06-09 16:05:31 +00:00
identity.py Disentangle domain context from effective domain 2017-02-13 11:40:57 +01:00
settings.py Adds extensible header functionality 2017-10-03 17:11:06 +00:00