Commit Graph

3 Commits

Author SHA1 Message Date
Witek Bedyk 855a1f2fc5 Use django.conf.settings instead of local_settings
The default and preferred way of modifying the settings of Horizon
plugin is to add a configuration file to
openstack_dashboard/local/local_settings.d/ directory [1]. For that to
work we should use the settings from django.conf.settings and not from
monitoring.config.local_settings.

[1] https://docs.openstack.org/horizon/latest/configuration/settings.html

Story: 2006556
Task: 36644

Change-Id: I5cd66954ffb1169f3149cd6f705593efe3a15b13
2019-09-16 15:19:32 +02:00
Cao Xuan Hoang c799de4975 Add Apache 2.0 license to source file
As per OpenStack licensing guide lines [1]:
[H102 H103] Newly contributed Source Code should be licensed under
the Apache 2.0 license.

[1] http://docs.openstack.org/developer/hacking/#openstack-licensing

Change-Id: I35d6714b41cd139e2a8f08820afd32ef256fbef2
2017-01-16 08:11:05 +00:00
Rob Raymond 125ee4b768 Enable unit and pep8 tests 2014-06-27 16:16:29 -06:00